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

@@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: ["8.10", 8.9, 8.1, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
gradle: ["8.11", 8.9, 8.1, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
os: ${{fromJSON(inputs.runner-os)}}
include:
- java-version: 11