Skip to content

Commit

Permalink
Tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 9, 2024
1 parent 404f947 commit c9a7301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions Quelea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@ task createQueleaExe64(type: edu.sc.seis.launch4j.tasks.Launch4jLibraryTask) { /
outfile = "Quelea64.exe"
}

task downloadUbuntuJvm {
def f = new File('jre.tar.gz')
if (!f.exists()) {
new URL('https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-fx-jdk21.0.2-linux_x64.tar.gz').withInputStream{ i -> f.withOutputStream{ it << i }}
}
doLast {
copy {
from tarTree(resources.gzip('jre.tar.gz'))
into getProjectDir()
}
file("zulu21.32.17-ca-fx-jdk21.0.2-linux_x64").renameTo(file("jvm"))
}
}

task downloadGStreamer {
def f = new File('gs.msi')
if (!f.exists()) {
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 labelcheck downloadJres downloadGStreamer createQueleaExe64 copyToDist runPackr izpack releaseSummary
gradle -Djava.net.useSystemProxies=true -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean labelcheck downloadJres downloadGStreamer createQueleaExe64 copyToDist
override-stage: |
snapcraftctl stage
mkdir -p $SNAPCRAFT_STAGE/jar/jvm
Expand Down

0 comments on commit c9a7301

Please sign in to comment.