This commit is contained in:
parent
cedccf0d57
commit
5d81cacaac
1 changed files with 3 additions and 1 deletions
|
@ -17,5 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
- name: find maven
|
||||||
|
run: ls -la /bin /usr/bin /opt
|
||||||
- name: build with maven
|
- name: build with maven
|
||||||
run: maven --batch-mode --file pom.xml package
|
run: mvn --batch-mode --file pom.xml package
|
||||||
|
|
Loading…
Add table
Reference in a new issue