File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
mvn -B -pl tools/samm-cli clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
87
87
bundle="samm-bundle-DEV-SNAPSHOT-$(date +%s)"
88
88
mkdir ${bundle}
89
- curl -Lo jre.tar.gz https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B9 /OpenJDK21U-jre_x64_mac_hotspot_21.0.6_7.tar.gz
89
+ curl -Lo jre.tar.gz https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7 /OpenJDK21U-jre_x64_mac_hotspot_21.0.6_7.tar.gz
90
90
tar -xvf jre.tar.gz
91
91
cp -r ./jdk-21.0.6+7-jre/Contents/Home ./${bundle}/jre
92
92
cp tools/samm-cli/target/samm-cli-DEV-SNAPSHOT.jar ./${bundle}/
Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ jobs:
187
187
run : |
188
188
bundle="samm-bundle-$(date +%s)"
189
189
mkdir ${bundle}
190
- curl -Lo jre.tar.gz https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9 /OpenJDK21U-jre_x64_mac_hotspot_21.0.3_9 .tar.gz
190
+ curl -Lo jre.tar.gz https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7 /OpenJDK21U-jre_x64_mac_hotspot_21.0.6_7 .tar.gz
191
191
tar -xvf jre.tar.gz
192
- cp -r ./jdk-21.0.3+9 -jre/Contents/Home ./${bundle}/jre
192
+ cp -r ./jdk-21.0.6+7 -jre/Contents/Home ./${bundle}/jre
193
193
cp tools/samm-cli/target/samm-cli-${{ github.event.inputs.release_version }}.jar ./${bundle}/
194
194
195
195
cat <<EOF > ./${bundle}/run.sh
You can’t perform that action at this time.
0 commit comments