dfvgbg
This commit is contained in:
parent
afc43b60b2
commit
68cf152d8c
|
@ -4,12 +4,15 @@ jobs:
|
|||
runs-on: node-16
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up JDK 11
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- name: Set up JDK 17
|
||||
uses: https://github.com/actions/s
|
||||
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
|
||||
run: mvn package
|
||||
- uses: https://github.com/actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue