Skip to content

Commit

Permalink
ci: use actions/setup-java temurin distribution
Browse files Browse the repository at this point in the history
Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore.
It is highly recommended to migrate workflows from adopt to temurin to
keep receiving software and security updates

See : https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
  • Loading branch information
yeikel authored and sbernard31 committed Apr 12, 2023
1 parent 1ee287f commit d5052f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
cache: maven

# ------------- Begin of : Build Steps -------------
Expand Down

0 comments on commit d5052f1

Please sign in to comment.