Skip to content

Commit d7287c7

Browse files
authored
Update build.gradle
1 parent bd8a243 commit d7287c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ repositories {
2828
}
2929

3030
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"
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"
3434
testImplementation gradleTestKit()
3535
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
3636
}

0 commit comments

Comments
 (0)