mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-28 09:38:21 +01:00
Compare commits
No commits in common. "8e01595cc112964de84197d6f4f540232c0903b6" and "b396fba04342d5cb416e412692f2d5ca9358edc8" have entirely different histories.
8e01595cc1
...
b396fba043
12
.github/workflows/maven.yml
vendored
12
.github/workflows/maven.yml
vendored
@ -12,15 +12,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 1.8
|
||||||
distribution: 'temurin'
|
|
||||||
cache: 'maven'
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user