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

This commit is contained in:
2025-02-04 11:07:33 +00:00
parent fe09111036
commit b471c04e3d
+2 -4
View File
@@ -7,13 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: setup maven
uses: actions/setup-maven@v4
- name: Build with Maven
run: mvn -B package --file pom.xml