fix: use Maven Wrapper in Gitea Actions
Build / maven (push) Successful in 44s

This commit is contained in:
root
2026-08-04 05:13:47 +02:00
parent 2e2a59b90a
commit 20b6d6bb5b
4 changed files with 488 additions and 1 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
distribution: temurin
java-version: '25'
cache: maven
- run: mvn -B verify
- run: ./mvnw -B verify