Update .gitea/workflows/main.yml
Java CI with Maven / build (push) Failing after 12s

This commit is contained in:
2025-02-04 11:03:24 +00:00
parent 6749c16c99
commit fe09111036
+2
View File
@@ -13,5 +13,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: setup maven
uses: actions/setup-maven@v4
- name: Build with Maven
run: mvn -B package --file pom.xml