Small Fixes

-Fixed: Unit Test Generator is now Silenced. Because 4k lines.
-Fixed: Reverted to JavaSetupV1 for build because java14 support.
-Added: Java18 support for build
This commit is contained in:
2022-06-14 09:03:20 +02:00
parent fb7c417394
commit c37746cd84
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ task generateTestSource(type: JavaExec) {
description = 'Builds the sourcecode for the Tests'
classpath = sourceSets.builder.runtimeClasspath
main = 'speiger.src.builder.PrimitiveCollectionsBuilder'
args = ['tests']
args = ['tests', 'silent']
}
task javadocJar(type: Jar) {