Skip to content

Commit

Permalink
Use JDK 11 in GH CI (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Aug 25, 2024
1 parent e8dcfab commit 1fd3371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: adopt
java-version: 11
distribution: temurin
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit 1fd3371

Please sign in to comment.