This commit is contained in:
parent
255edee7e5
commit
3302326d34
1 changed files with 4 additions and 4 deletions
|
@ -17,9 +17,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: find maven
|
- name: Set up Maven
|
||||||
run: ls -la /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64/bin
|
uses: stCarolas/setup-maven@v5
|
||||||
- name: check path
|
with:
|
||||||
run: echo $PATH
|
maven-version: 3.9.9
|
||||||
- name: build with maven
|
- name: build with maven
|
||||||
run: mvn --batch-mode --file pom.xml package
|
run: mvn --batch-mode --file pom.xml package
|
||||||
|
|
Loading…
Add table
Reference in a new issue