fix warnings in gradle build scripts

This commit is contained in:
Irmen de Jong
2024-02-22 10:34:51 +01:00
parent b5e691f367
commit 4e1686f6e3
7 changed files with 16 additions and 7 deletions
+3
View File
@@ -31,6 +31,9 @@ dependencies {
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
sourceSets {