Format code

This commit is contained in:
2026-05-16 23:08:09 +02:00
parent 81dd8045f2
commit d110df924e
562 changed files with 11025 additions and 10059 deletions
+5 -3
View File
@@ -31,9 +31,11 @@ java {
}
tasks.withType<JavaCompile>().configureEach {
options.compilerArgs.addAll(listOf(
"--add-exports", "java.base/jdk.internal.misc=ALL-UNNAMED"
))
options.compilerArgs.addAll(
listOf(
"--add-exports", "java.base/jdk.internal.misc=ALL-UNNAMED"
)
)
}
tasks.withType<Test>().configureEach {