mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-12-22 05:02:22 +01:00
.github/workflows/maven.yml: use Java 17
This commit is contained in:
parent
f2a637f0a8
commit
c0d0e40321
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 17
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
Loading…
Reference in New Issue
Block a user