Skip to content

Commit

Permalink
Snapcraft debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 8, 2024
1 parent 0a9166f commit 0d8cf59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Quelea/packr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"mainclass": "org.quelea.windows.main.Main",
"vmargs": [
"Xmx2G",
"XX:+UseParallelGC"
"XX:+UseParallelGC",
"add-exports=javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED",
"add-exports=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED",
"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",
"-Dfile.encoding=UTF-8",
"-Dprism.dirtyopts=false"
],
"resources": [
"dist/bibles",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ parts:
unzip gradle-8.6-bin.zip
PATH=$PATH:$(pwd)/zulu21.32.17-ca-fx-jdk21.0.2-linux_x64/bin:$(pwd)/gradle-8.6/bin
JAVA_HOME=$(pwd)/zulu21.32.17-ca-fx-jdk21.0.2-linux_x64
gradle -Djava.net.useSystemProxies=true -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist
gradle -Djava.net.useSystemProxies=true -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean downloadJres jar dist downloadUbuntuJvm copyToDist
override-stage: |
snapcraftctl stage
mkdir -p $SNAPCRAFT_STAGE/jar/jvm
Expand Down

0 comments on commit 0d8cf59

Please sign in to comment.