Update java version from 17 to 21
This commit is contained in:
parent
ceb6af6860
commit
89c492001d
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- uses: https://github.com/actions/setup-java@v3
|
- uses: https://github.com/actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 21
|
||||||
check-latest: "false"
|
check-latest: "false"
|
||||||
- uses: https://github.com/gradle/gradle-build-action@v2
|
- uses: https://github.com/gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue