Update to Gradle 8.10

This commit is contained in:
daz
2024-08-26 11:07:48 -06:00
parent 089bfb1063
commit a8a2fd2323
18 changed files with 20 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.9
gradle-version: "8.10"
- name: Assemble the project
run: gradle assemble