From fd92f5e807a3ffdd71b5d150b7b420677546c32c Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Wed, 3 Jan 2024 20:14:45 +0100 Subject: Use enable-preview via compiler argument option in the maven-compiler-plugin because IntelliJ does not recognize the configuration option --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a3a824c..5528c9e 100644 --- a/pom.xml +++ b/pom.xml @@ -101,9 +101,14 @@ maven-compiler-plugin 3.12.1 - true true + + --enable-preview --add-modules java.base,jdk.incubator.vector -- cgit v1.2.3