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 0bd90e8 commit 27dcacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ parts:
wget -O jvm.tar.gz https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-fx-jdk21.0.2-linux_x64.tar.gz
mkdir jvm
tar -xf jvm.tar.gz -C jvm --strip-components 1
wget https://services.gradle.org/distributions/gradle-8.6-bin.zip
unzip gradle-8.6-bin.zip
wget -O gradle.zip https://services.gradle.org/distributions/gradle-8.6-bin.zip
unzip gradle.zip
PATH=$PATH:$(pwd)/jvm/bin:$(pwd)/gradle-8.6/bin
JAVA_HOME=$(pwd)/jvm
gradle -Djava.net.useSystemProxies=true -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean labelcheck downloadJres downloadGStreamer createQueleaExe64 copyToDist
Expand Down

0 comments on commit 27dcacc

Please sign in to comment.