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