This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -261,23 +261,23 @@ if (project.hasProperty('cliRelease') && cliRelease.toBoolean()) {
261
261
jdks {
262
262
bellsoft17Osx {
263
263
platform = ' osx-x86_64'
264
- url = ' https://download.bell-sw.com/java/17.0.9+11 /bellsoft-jdk17.0.9+11 -macos-amd64.tar.gz'
265
- checksum = ' sha1/9cce19a8be85dcd3bd61df1e4a62aacccb6599ed '
264
+ url = ' https://download.bell-sw.com/java/17.0.11+12 /bellsoft-jdk17.0.11+12 -macos-amd64.tar.gz'
265
+ checksum = ' sha1/d3efd6dffba1ac2f52a2e18bfb4746ae2a009647 '
266
266
}
267
267
bellsoft17OsxArm {
268
268
platform = ' osx-aarch64'
269
- url = ' https://download.bell-sw.com/java/17.0.9+11 /bellsoft-jdk17.0.9+11 -macos-aarch64.tar.gz'
270
- checksum = ' sha1/c2b82658fb2305aaabce6ec5bbc8f15093dee6dd '
269
+ url = ' https://download.bell-sw.com/java/17.0.11+12 /bellsoft-jdk17.0.11+12 -macos-aarch64.tar.gz'
270
+ checksum = ' sha1/3d296f04a92df152eeb4dca033efcb54e261425b '
271
271
}
272
272
bellsoft17Linux {
273
273
platform = ' linux-x86_64'
274
- url = ' https://download.bell-sw.com/java/17.0.9+11 /bellsoft-jdk17.0.9+11 -linux-amd64.tar.gz'
275
- checksum = ' sha1/af3de4524646058018c7b885b54f7606c5d0a592 '
274
+ url = ' https://download.bell-sw.com/java/17.0.11+12 /bellsoft-jdk17.0.11+12 -linux-amd64.tar.gz'
275
+ checksum = ' sha1/40d606540c7017195513f7468041d42b55f3776c '
276
276
}
277
277
bellsoft17Windows {
278
278
platform = ' windows-x86_64'
279
- url = ' https://download.bell-sw.com/java/17.0.9+11 /bellsoft-jdk17.0.9+11 -windows-amd64.zip'
280
- checksum = ' sha1/c70350612b58dd0482b707955c0407d3250e8677 '
279
+ url = ' https://download.bell-sw.com/java/17.0.11+12 /bellsoft-jdk17.0.11+12 -windows-amd64.zip'
280
+ checksum = ' sha1/40d3f7d474c8c98f24d65a1fa32e6a81a6eeef22 '
281
281
}
282
282
}
283
283
}
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ assemble:
72
72
- path : build/completion/zsh/_spring
73
73
transform : completion/zsh/_spring
74
74
targetJdks :
75
- - path : ' build/jdks/bellsoft17Linux/jdk-17.0.9 '
75
+ - path : ' build/jdks/bellsoft17Linux/jdk-17.0.11 '
76
76
platform : ' linux-x86_64'
77
- - path : ' build/jdks/bellsoft17Osx/jdk-17.0.9 .jdk'
77
+ - path : ' build/jdks/bellsoft17Osx/jdk-17.0.11 .jdk'
78
78
platform : ' osx-x86_64'
79
- - path : ' build/jdks/bellsoft17OsxArm/jdk-17.0.9 .jdk'
79
+ - path : ' build/jdks/bellsoft17OsxArm/jdk-17.0.11 .jdk'
80
80
platform : ' osx-aarch_64'
81
- - path : ' build/jdks/bellsoft17Windows/jdk-17.0.9 '
81
+ - path : ' build/jdks/bellsoft17Windows/jdk-17.0.11 '
82
82
platform : ' windows-x86_64'
83
83
84
84
jpackage :
You can’t perform that action at this time.
0 commit comments