Skip to content

Commit

Permalink
Update to LTS-version of JDK: 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Hartmann authored and MichelHartmann committed Jun 4, 2024
1 parent c71c51d commit a06d9dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/pull-request.yml@master
with:
java-version: 15
java-distribution: 'adopt'
java-version: 17
java-distribution: 'temurin'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
confluence-content-id: 1181122565
apple-bundle-id: org.cip4.bambi
docker-build: true
java-version: 15
java-distribution: 'adopt'
java-version: 17
java-distribution: 'temurin'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
confluence-content-id: 1457553964
apple-bundle-id: org.cip4.bambi
docker-build: true
java-version: 15
java-distribution: 'adopt'
java-version: 17
java-distribution: 'temurin'
secrets: inherit
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a06d9dd

Please sign in to comment.