Skip to content

Commit

Permalink
Update to JDK 17 (LTS)
Browse files Browse the repository at this point in the history
Issues: IN-440
  • Loading branch information
Michel Hartmann committed Oct 5, 2023
1 parent e2e3174 commit bae0a6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/pull-request.yml@master
with:
java-version: 16
java-version: 17
codecov-enabled: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/tool-release.yml@master
with:
java-version: 16
java-version: 17
confluence-label: alces
confluence-content-id: 1181122563
apple-bundle-id: org.cip4.alces
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/tool-snapshot.yml@master
with:
java-version: 16
java-version: 17
codecov-enabled: true
confluence-label: alces
confluence-content-id: 1457554021
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ java {
withJavadocJar()
withSourcesJar()
toolchain {
languageVersion = JavaLanguageVersion.of(16)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down

0 comments on commit bae0a6d

Please sign in to comment.