test #426

Merged
klaus merged 415 commits from test into main 2026-06-27 00:35:30 +00:00
Showing only changes of commit 652c955356 - Show all commits

View File

@@ -101,6 +101,7 @@ tasks.withType<KotlinCompile> {
tasks.withType<Test> {
useJUnitPlatform()
maxHeapSize = "1536m"
}
tasks.getByName<Jar>("jar") {