Update to Gradle 8.9

This commit is contained in:
daz
2024-07-13 23:22:48 -06:00
committed by Daz DeBoer
parent e5bbd4c742
commit c3acd19a4a
28 changed files with 108 additions and 78 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.8
gradle-version: 8.9
- name: Assemble the project
run: gradle assemble