Skip to content

Commit

Permalink
Revert "Update java to 21"
Browse files Browse the repository at this point in the history
This reverts commit 5780fc3.
  • Loading branch information
tuomas2 committed Nov 14, 2024
1 parent 5780fc3 commit b1a917d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
distribution: 'zulu'
java-version: '21'
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit b1a917d

Please sign in to comment.