Update to use Gradle 8.13

Release notes of Gradle 8.13 can be found here:
https://docs.gradle.org/8.13/release-notes.html
This commit is contained in:
bot-githubaction
2025-02-26 02:41:15 +00:00
committed by daz
parent 4a417b5b1a
commit 29f0d0a78a
20 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ jobs:
env:
ALLOWED_GRADLE_WRAPPER_CHECKSUMS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 # Invalid wrapper jar used for testing
with:
gradle-version: "8.12.1"
gradle-version: "8.13"
- name: Install npm dependencies
run: |

View File

@@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: ["8.13-milestone-2", "8.12", "8.12-rc-1", 8.9, 8.1, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
gradle: ["8.13", "8.12", "8.12-rc-1", 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