Add default JVM parameters for build to workaround issue when building with JDK16+ and export error with xmltask plugin.

This commit is contained in:
David Kocher
2021-11-25 13:44:09 +01:00
parent 60fdab9567
commit 4d220d7bff
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
--add-opens=java.xml/com.sun.org.apache.xpath.internal=ALL-UNNAMED
--add-opens=java.xml/com.sun.org.apache.xpath.internal.objects=ALL-UNNAMED
+1
View File
@@ -0,0 +1 @@
-Dstyle.color=always