Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 25de937

Browse files
committed
Upgrade jdks 17.0.11
- Fixes #205
1 parent 5bcd543 commit 25de937

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -261,23 +261,23 @@ if (project.hasProperty('cliRelease') && cliRelease.toBoolean()) {
261261
jdks {
262262
bellsoft17Osx {
263263
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'
266266
}
267267
bellsoft17OsxArm {
268268
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'
271271
}
272272
bellsoft17Linux {
273273
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'
276276
}
277277
bellsoft17Windows {
278278
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'
281281
}
282282
}
283283
}

jreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ assemble:
7272
- path: build/completion/zsh/_spring
7373
transform: completion/zsh/_spring
7474
targetJdks:
75-
- path: 'build/jdks/bellsoft17Linux/jdk-17.0.9'
75+
- path: 'build/jdks/bellsoft17Linux/jdk-17.0.11'
7676
platform: 'linux-x86_64'
77-
- path: 'build/jdks/bellsoft17Osx/jdk-17.0.9.jdk'
77+
- path: 'build/jdks/bellsoft17Osx/jdk-17.0.11.jdk'
7878
platform: 'osx-x86_64'
79-
- path: 'build/jdks/bellsoft17OsxArm/jdk-17.0.9.jdk'
79+
- path: 'build/jdks/bellsoft17OsxArm/jdk-17.0.11.jdk'
8080
platform: 'osx-aarch_64'
81-
- path: 'build/jdks/bellsoft17Windows/jdk-17.0.9'
81+
- path: 'build/jdks/bellsoft17Windows/jdk-17.0.11'
8282
platform: 'windows-x86_64'
8383

8484
jpackage:

0 commit comments

Comments
 (0)