Finalguard promoted to beta
All checks were successful
CI / build (push) Successful in 3m39s

This commit is contained in:
2025-11-18 20:33:59 +08:00
parent c7d96f3d83
commit d78b8d443e
13 changed files with 285 additions and 74 deletions

View File

@@ -25,7 +25,7 @@ test {
sourceSets["main"].runtimeClasspath.files +
sourceSets["test"].resources.srcDirs
systemProperty("test.compilation.classpath",
String.join(File.pathSeparator, testCompilationClassPath.collect {it.toString() }))
String.join(File.pathSeparator, testCompilationClassPath.collect { it.toString() }))
}