Skip to content

Commit

Permalink
Use adoptopenjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjunjiezhao committed Jul 9, 2023
1 parent e6df127 commit 94c760f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: "17"
distribution: "openjdk"
java-version: "17.0.7+7"
distribution: "adopt"
server-id: github
settings-path: ${{ github.workspace }}

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java openjdk-17.0.1
java adoptopenjdk-17.0.7+7

0 comments on commit 94c760f

Please sign in to comment.