Use Java 17
This commit is contained in:
parent
64b10c1a59
commit
79fd88eeb6
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
|
||||
- name: Set up JDK 15
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: 15
|
||||
java-version: 17
|
||||
architecture: x64
|
||||
|
||||
- name: Cache Maven packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user