Skip to content

Commit 86b1735

Browse files
committed
Updated pom.xml, added fallback to JAVA_HOME
1 parent 883a5af commit 86b1735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- attach_workspace:
8787
at: ~/project
8888
- run: cd ./declab/server/target && wget https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip
89-
- run: cd ./declab/server/target && tar -xvzf ./OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip
89+
- run: cd ./declab/server/target && unzip OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip
9090
- run: cd ./declab/server/target && mv ./jdk-11.0.14.1+1-jre ./jre
9191
- run: cd ./declab/server/target && rm ./OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip
9292
- run: cd ./declab/server/target && zip -r ./declab-${CIRCLE_TAG}-windows.zip ./jre ./declab-${CIRCLE_TAG}.exe

0 commit comments

Comments
 (0)