diff options
| author | Aurelian Tutuianu <tutuianu@amazon.com> | 2024-01-02 21:14:32 +0200 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-02 21:16:49 +0100 |
| commit | 17218485709af71ebd7cb7c2c47f3abc262f5a2d (patch) | |
| tree | 391acdecbb44050d193de7689805b8724fa39c48 /pom.xml | |
| parent | d20e71d4833e6c463bce5b9dc46532832b9bd629 (diff) | |
- implementation by padreati
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |
