We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020c53c commit bd8a243Copy full SHA for bd8a243
build.gradle
@@ -28,9 +28,9 @@ repositories {
28
}
29
30
dependencies {
31
- testCompile("org.spockframework:spock-core:2.1-groovy-2.5") { exclude group: 'org.codehaus.groovy' }
32
- testCompile "org.eclipse.jgit:org.eclipse.jgit:5.0.3.201809091024-r"
33
- testCompile "cglib:cglib-nodep:3.2.8"
+ testImplementation("org.spockframework:spock-core:2.1-groovy-2.5") { exclude group: 'org.codehaus.groovy' }
+ testImplementation "org.eclipse.jgit:org.eclipse.jgit:5.0.3.201809091024-r"
+ testImplementation "cglib:cglib-nodep:3.2.8"
34
testImplementation gradleTestKit()
35
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
36
0 commit comments