dfvgbg
This commit is contained in:
parent
afc43b60b2
commit
68cf152d8c
|
@ -4,14 +4,17 @@ jobs:
|
||||||
runs-on: node-16
|
runs-on: node-16
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: https://github.com/actions/setup-java@v4
|
uses: https://github.com/actions/s
|
||||||
with:
|
|
||||||
java-version: '17'
|
|
||||||
distribution: 'temurin'
|
|
||||||
cache: maven
|
cache: maven
|
||||||
|
- name: check
|
||||||
|
run: which mvn
|
||||||
|
- name: check 2
|
||||||
|
run: /usr/share/maven/bin/mvn
|
||||||
|
- name: check 3
|
||||||
|
run: /usr/local/apache-maven/bin/mvn
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn package
|
run: mvn package
|
||||||
- uses: https://github.com/actions/upload-artifact@v4
|
- uses: https://github.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: target/animalrp-1.0.0-animalrp.jar
|
path: target/animalrp-1.0.0-animalrp.jar
|
Loading…
Reference in a new issue