summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAurelian Tutuianu <tutuianu@amazon.com>2024-01-02 21:14:32 +0200
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-02 21:16:49 +0100
commit17218485709af71ebd7cb7c2c47f3abc262f5a2d (patch)
tree391acdecbb44050d193de7689805b8724fa39c48 /pom.xml
parentd20e71d4833e6c463bce5b9dc46532832b9bd629 (diff)
- implementation by padreati
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 401e826..f54d1f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,11 @@
<version>3.8.1</version>
<configuration>
<parameters>true</parameters>
+ <compilerArgs>
+ <compilerArg>--enable-preview</compilerArg>
+ <compilerArg>--add-modules</compilerArg>
+ <compilerArg>java.base,jdk.incubator.vector</compilerArg>
+ </compilerArgs>
</configuration>
</plugin>
<plugin>