Update java version from 17 to 21

This commit is contained in:
Stanislav Melnichuk 2023-10-12 06:54:45 +00:00
parent ceb6af6860
commit 89c492001d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
- uses: https://github.com/actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 21
check-latest: "false"
- uses: https://github.com/gradle/gradle-build-action@v2
with: