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