change JDK to oracle and mvn command to test in action
Some checks failed
Gitea Actions Maven Build / build (push) Has been cancelled

This commit is contained in:
Eduard Kuksa 2025-01-14 20:52:55 +07:00
parent aff307c2f6
commit f85cc9b031

View File

@ -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