diff --git a/core/build.gradle b/core/build.gradle index 038122f80..bed15cb73 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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 diff --git a/core/plugins/Iris/cache/instance b/core/plugins/Iris/cache/instance index 6f4c51402..33de9dec8 100644 --- a/core/plugins/Iris/cache/instance +++ b/core/plugins/Iris/cache/instance @@ -1 +1 @@ -748295809 \ No newline at end of file +983895216 \ No newline at end of file