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
|
- uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: temurin
|
||||||
java-version: '17'
|
java-version: 21
|
||||||
#cache: 'gradle'
|
#cache: 'gradle'
|
||||||
|
|
||||||
- name: Build sources
|
- name: Build sources
|
||||||
|
|||||||
Reference in New Issue
Block a user