change jdk to temurin
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m26s
Gitea Action Maven build / deploy (push) Successful in 31s

This commit is contained in:
Eduard Kuksa 2025-02-22 20:40:50 +07:00
parent 4ba8c9884f
commit 1faaedf3c4

View File

@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'oracle'
distribution: 'temurin'
cache: 'maven'
- name: Build, Test and Package with Maven
run: mvn -B verify --file pom.xml -e