Fix Testing Setup #10

Merged
SZUT-Dominik merged 3 commits from bugfix/testing into trunk 2024-10-09 09:18:14 +00:00
Showing only changes of commit ca7ad3f19d - Show all commits

View file

@ -110,7 +110,6 @@ tasks {
}
withType<Test> {
useJUnitPlatform()
maxParallelForks = 1
}
named("compileJava").configure {
dependsOn(swaggerSources.getByName("pmt").code)