Update to Gradle 8.8

This commit is contained in:
daz
2024-06-13 08:17:42 -06:00
committed by Daz DeBoer
parent a68381d359
commit 2db3ae936e
9 changed files with 18 additions and 17 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@v3
with:
gradle-version: 8.7
gradle-version: 8.8
- name: Assemble the project
run: gradle assemble