Skip to content

Commit

Permalink
Update java.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Jan 12, 2024
1 parent 246080f commit dfe0248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit dfe0248

Please sign in to comment.