Use temurin instead of adopt (#868)

See
https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/.
This commit is contained in:
Mohammed Anas
2022-07-10 18:38:08 +03:00
committed by GitHub
parent 5bd7bf20cc
commit f57049d2c0
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
- name: Cache Gradle dependencies
uses: actions/cache@v3