Mute Lighty reflective access warnings
[transportpce.git] / lighty / build_lighty_core.sh
index f1990ee63ba16d24a452351c81a3a208102d93e7..f39ee779d086c7518cf71fdd5425622052ae3365 100755 (executable)
@@ -6,4 +6,5 @@ git clone https://github.com/PantheonTechnologies/lighty-core.git
 cd lighty-core
 #git checkout master
 git checkout 14.0.x
+export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED"
 mvn clean install -DskipTests -Dmaven.javadoc.skip=true