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