Adopt OpenJDK got moved to Eclipse Temurin

https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
This commit is contained in:
Ludy87 2025-07-16 15:31:46 +02:00
parent e83b31d8cf
commit 75a36dd882
No known key found for this signature in database
GPG Key ID: 92696155E0220F94
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ jobs:
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: "17"
distribution: "adopt"
distribution: "temurin"
cache: gradle
- name: check the licenses for compatibility
@ -211,7 +211,7 @@ jobs:
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: "17"
distribution: "adopt"
distribution: "temurin"
cache: gradle
- name: Set up Docker Buildx

View File

@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: "17"
distribution: "adopt"
distribution: "temurin"
cache: gradle
- name: Setup Gradle