Skip to content

Commit

Permalink
build: clean build script
Browse files Browse the repository at this point in the history
remove commented code
upgrade JUnit from 5.10.1 to 5.10.2
  • Loading branch information
gwenlr committed Apr 11, 2024
1 parent c2ccf01 commit 962c10e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ dependencies {
compileOnly("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("org.codehaus.groovy:groovy:3.0.21")
//testImplementation("commons-io:commons-io:2.16.0")

testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation(gradleTestKit())
//testImplementation(testFixtures("org.gradle:gradle-core:8.4"))
//testImplementation("org.gradle:gradle-test-kit:8.4")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 962c10e

Please sign in to comment.