Skip to content

Commit

Permalink
Merge branch 'master' into 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jun 19, 2024
2 parents 7c0976a + 2e0f90a commit 6fa368d
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 6fa368d

Please sign in to comment.