Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed May 13, 2024
1 parent bd8a243 commit d7287c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ repositories {
}

dependencies {
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"
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"
testImplementation gradleTestKit()
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
}
Expand Down

0 comments on commit d7287c7

Please sign in to comment.