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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up JDK 21 - name: Set up JDK 17
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '21' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: setup maven
uses: actions/setup-maven@v4
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml