Merge remote-tracking branch 'origin/unification' into unification

This commit is contained in:
Brian Neumann-Fopiano
2026-06-11 12:42:57 -04:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -214,10 +214,15 @@ tasks.named('compileJava', JavaCompile).configure {
* We need parameter meta for the decree command system
*/
options.compilerArgs.add('-parameters')
options.compilerArgs.addAll(['--add-modules', 'jdk.incubator.vector'])
options.encoding = 'UTF-8'
options.debugOptions.debugLevel = 'none'
}
tasks.named('test', Test).configure {
jvmArgs('--add-modules', 'jdk.incubator.vector')
}
tasks.named('processResources').configure {
/**
* Expand properties into plugin yml
+1 -1
View File
@@ -1 +1 @@
748295809
983895216