Skip to content

Commit

Permalink
Merge pull request #6360 from litetex/used-adoptopenjdk-instead-of-zulu
Browse files Browse the repository at this point in the history
Use AdoptOpenJDK instead of Zulu in GitHub actions
  • Loading branch information
XiangRongLin authored May 26, 2021
2 parents 139ced8 + 10b1da1 commit 4b27aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 8
distribution: "zulu"
distribution: "adopt"

- name: Cache Gradle dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 8
distribution: "zulu"
distribution: "adopt"

- name: Cache Gradle dependencies
uses: actions/cache@v2
Expand All @@ -79,7 +79,7 @@ jobs:
# uses: actions/setup-java@v2
# with:
# java-version: 11 # Sonar requires JDK 11
# distribution: "zulu"
# distribution: "adopt"

# - name: Cache SonarCloud packages
# uses: actions/cache@v2
Expand Down

0 comments on commit 4b27aec

Please sign in to comment.