Skip to content

Commit

Permalink
Update default gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 30, 2024
1 parent eb2a8e8 commit 4965523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
- uses: gradle/actions/[email protected]
with:
gradle-version: 8.10
gradle-version: 8.10.2
name: Set up Gradle
- name: Add permission
run: chmod +x ./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 @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
- uses: gradle/actions/[email protected]
with:
gradle-version: 8.10
gradle-version: 8.10.2
name: Set up Gradle
- name: Add permission
run: chmod +x ./gradlew
Expand Down

0 comments on commit 4965523

Please sign in to comment.