mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-13 02:15:46 +00:00
Merge remote-tracking branch 'origin/unification' into unification
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
748295809
|
||||
983895216
|
||||
Reference in New Issue
Block a user