Skip to content

Commit

Permalink
Remove duplicate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jan 9, 2020
1 parent 7b83b14 commit 84fc0bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sample-tests/build.gradle.kts
Expand Up @@ -10,7 +10,6 @@ dependencies {
testImplementation("org.codehaus.groovy:groovy-all:2.5.8")
testImplementation(gradleTestKit())
testImplementation("org.gradle:sample-check:0.9.0")
testImplementation("org.gradle:sample-check:0.9.0")
}

val copySamples by tasks.registering(Sync::class) {
Expand All @@ -22,4 +21,4 @@ tasks.test {
inputs.files(copySamples)
.withPathSensitivity(PathSensitivity.RELATIVE)
.withPropertyName("samples")
}
}

0 comments on commit 84fc0bc

Please sign in to comment.