We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bde695 commit 89793c7Copy full SHA for 89793c7
metafacture-flux/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
api project(':metafacture-framework')
24
implementation project(':metafacture-commons')
25
implementation project(':metafacture-io')
26
- implementation project(':metafacture-plumbing')
+ testRuntime project(':metafacture-plumbing')
27
antlr 'org.antlr:antlr:3.5.2'
28
testImplementation 'junit:junit:4.12'
29
}
0 commit comments