From c58b1cb5cd6077963f515454c990311c763d284a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Gjesdal?= Date: Thu, 17 Oct 2024 22:46:40 +0200 Subject: [PATCH] GH-2533: Add argLine properties for jena-text for handling warnings during tests --- jena-text/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/jena-text/pom.xml b/jena-text/pom.xml index 1382fabe7a0..f389fc91530 100644 --- a/jena-text/pom.xml +++ b/jena-text/pom.xml @@ -27,8 +27,20 @@ jena 5.3.0-SNAPSHOT - + + + enable-native-and-incubator-vector + + [21,22,23] + + + --enable-native-access=ALL-UNNAMED --add-modules jdk.incubator.vector + + + + + org.apache.jena.text @@ -122,6 +134,7 @@ **/TS_*.java + @{argLine} ${jena.text.test.argLine}