mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-17 20:37:05 +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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 8
|
||||
java-version: 17
|
||||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
|
Loading…
Reference in New Issue
Block a user