Update .gitea/workflows/main.yml
Java CI with Maven / build (push) Successful in 1m13s

This commit is contained in:
2025-02-04 11:16:51 +00:00
parent b471c04e3d
commit 0e5e91bd85
+2 -1
View File
@@ -10,8 +10,9 @@ jobs:
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- uses: stCarolas/setup-maven@v5
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml