Skip to content

Commit

Permalink
Avoid exporting Groovy dependency since it's only used for testing
Browse files Browse the repository at this point in the history
Issue: #28
  • Loading branch information
eriwen committed Sep 10, 2018
1 parent d27a2b0 commit bfa5221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-check/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
constraints {
compile("org.codehaus.groovy:groovy-all:2.4.15")
testImplementation("org.codehaus.groovy:groovy-all:2.4.15")
}
api(project(":sample-discovery"))
api(Libraries.JUNIT)
Expand Down

0 comments on commit bfa5221

Please sign in to comment.