Bump Gradle from 8.10.2 to 8.11 (#443)

Co-authored-by: bot-githubaction <bot-githubaction@gradle.com>
This commit is contained in:
Daz DeBoer
2024-11-14 13:48:42 -07:00
committed by GitHub
parent 52ee405746
commit 5f21a9bb99
9 changed files with 13 additions and 20 deletions

View File

@@ -101,7 +101,7 @@ The exact syntax depends on whether or not your project is configured with the [
- name: Setup Gradle for a non-wrapper project
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.10"
gradle-version: "8.11"
- name: Assemble the project
run: gradle assemble