This commit is contained in:
parent
9e5667e91b
commit
4ff65f6515
1 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ jobs:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: find maven
|
- name: find maven
|
||||||
run: ls -la /bin /usr/bin /opt /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64
|
run: ls -la /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64/bin
|
||||||
|
- name: check path
|
||||||
|
run: echo $PATH
|
||||||
- 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