From aee40f11aca5b05b904feee93283472ecb02c2f9 Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 12 Feb 2024 09:36:21 +0000 Subject: [PATCH] Add opens fix --- Quelea/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quelea/build.gradle b/Quelea/build.gradle index 80c87c443..537fb2e64 100644 --- a/Quelea/build.gradle +++ b/Quelea/build.gradle @@ -88,7 +88,7 @@ task createQueleaExe64(type: edu.sc.seis.launch4j.tasks.Launch4jLibraryTask) { / icon = "../../icons/logo.ico" copyright = "GPLv3" bundledJrePath = "winjre64" - jvmOptions = ["-Dfile.encoding=UTF-8","-Dprism.dirtyopts=false","-Dglass.accessible.force=false","--add-exports=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED","--add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED","--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED","--add-opens java.base/java.lang=ALL-UNNAMED","--add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED"] + jvmOptions = ["-Dfile.encoding=UTF-8","-Dprism.dirtyopts=false","--add-opens java.base/java.nio=ALL-UNNAMED","-Dglass.accessible.force=false","--add-exports=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED","--add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED","--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED","--add-opens java.base/java.lang=ALL-UNNAMED","--add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED"] outfile = "Quelea64.exe" }