Bump Gradle to version 8.14
This commit is contained in:
parent
f57295637f
commit
a72af5cac6
5 changed files with 7 additions and 8 deletions
5
.github/workflows/bld.yml
vendored
5
.github/workflows/bld.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue