change JDK to oracle and mvn command to test in action
Some checks failed
Gitea Actions Maven Build / build (push) Has been cancelled
Some checks failed
Gitea Actions Maven Build / build (push) Has been cancelled
This commit is contained in:
parent
aff307c2f6
commit
f85cc9b031
@ -18,8 +18,8 @@ jobs:
|
|||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 23
|
java-version: 23
|
||||||
distribution: 'temurin'
|
distribution: 'oracle'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
overwrite-settings: true
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn test
|
||||||
|
# run: mvn -B package --file pom.xml
|
Loading…
x
Reference in New Issue
Block a user