make test work

This commit is contained in:
granny
2025-01-13 00:14:36 -08:00
committed by granny
parent 85b64e1d47
commit ef6f503d0d

View File

@@ -46,10 +46,6 @@ subprojects {
}
}
dependencies {
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
}
tasks.withType<JavaCompile> {
options.encoding = Charsets.UTF_8.name()
options.release = 21