File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
#
29
29
30
30
# see https://api.adoptium.net/q/swagger-ui/#/Binary/getBinaryByVersion
31
- winApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11 /windows/x64/jre/hotspot/normal/eclipse?project=jdk'
32
- macApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11 /mac/aarch64/jre/hotspot/normal/eclipse?project=jdk'
33
- linuxApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11 /linux/x64/jre/hotspot/normal/eclipse?project=jdk'
34
- wget -c ${winApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11 .zip
35
- wget -c ${linuxApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_linux_hotspot_17.0.13_11 .tar.gz
36
- wget -c ${macApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_aarch64_mac_hotspot_17.0.13_11 .tar.gz
31
+ winApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7 /windows/x64/jre/hotspot/normal/eclipse?project=jdk'
32
+ macApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7 /mac/aarch64/jre/hotspot/normal/eclipse?project=jdk'
33
+ linuxApi=' https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7 /linux/x64/jre/hotspot/normal/eclipse?project=jdk'
34
+ wget -c ${winApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_windows_hotspot_17.0.14_7 .zip
35
+ wget -c ${linuxApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_linux_hotspot_17.0.14_7 .tar.gz
36
+ wget -c ${macApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_aarch64_mac_hotspot_17.0.14_7 .tar.gz
37
37
You can’t perform that action at this time.
0 commit comments