mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-26 08:38:20 +01:00
.github: specify Java distribution
This commit is contained in:
parent
c2d7535d01
commit
8b3aac610d
1
.github/workflows/maven.yml
vendored
1
.github/workflows/maven.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 8
|
||||
java-distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user