Skip to content

Commit

Permalink
Update java version in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jun 19, 2024
1 parent 672dab2 commit 2e0f90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
distribution: temurin
java-version: |
17
21
11
cache: 'gradle'
- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
distribution: temurin
java-version: |
17
21
11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 2e0f90a

Please sign in to comment.