Skip to content

Commit 89793c7

Browse files
committed
Use testRuntime dependency (#421)
1 parent 0bde695 commit 89793c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-flux/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
api project(':metafacture-framework')
2424
implementation project(':metafacture-commons')
2525
implementation project(':metafacture-io')
26-
implementation project(':metafacture-plumbing')
26+
testRuntime project(':metafacture-plumbing')
2727
antlr 'org.antlr:antlr:3.5.2'
2828
testImplementation 'junit:junit:4.12'
2929
}

0 commit comments

Comments
 (0)