Bump Gradle to version 8.14

This commit is contained in:
Erik C. Thauvin 2025-04-25 09:28:04 -07:00
parent f57295637f
commit a72af5cac6
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 7 additions and 8 deletions

View file

@ -33,7 +33,7 @@ jobs:
working-directory: examples/bld
run: ./bld download
- name: Compile and run examples [bld examples]
- name: Compile and run examples [bld example]
working-directory: examples/bld
run: |
./bld compile
@ -41,9 +41,8 @@ jobs:
./bld run-retrieve
./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
- name: Run examples [gradle examples]
- name: Run examples [gradle example]
working-directory: examples/gradle
if: matrix.java-version != '24'
run: |
./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
./gradlew runRetrieve