Use java-version 21 in build-on-commit.yaml
Matching the snapshot version
This commit is contained in:
4
.github/workflows/build-on-commit.yaml
vendored
4
.github/workflows/build-on-commit.yaml
vendored
@@ -12,8 +12,8 @@ jobs:
|
||||
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
#cache: 'gradle'
|
||||
|
||||
- name: Build sources
|
||||
|
||||
Reference in New Issue
Block a user