mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-24 22:01:38 +01:00
Fix github workflow
This commit is contained in:
parent
410ce286e7
commit
fb44588a21
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -10,10 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version:
|
java-version: [ 8, 11, 17 ]
|
||||||
- 8
|
|
||||||
- 11
|
|
||||||
- 17
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -23,4 +20,4 @@ jobs:
|
|||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: ${{ matrix.java-version }}
|
java-version: ${{ matrix.java-version }}
|
||||||
- name: Build and test with maven
|
- name: Build and test with maven
|
||||||
run: mvn -B -s .github/workflows/settings.xml clean package test --file pom.xml
|
run: mvn -B -s .github/workflows/settings.xml clean package --file pom.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user