modified: .forgejo/workflows/build.yaml
Some checks failed
/ build (push) Failing after 50s

meow
This commit is contained in:
Soph :3 2024-04-27 21:48:51 +03:00
parent 3e84fc9769
commit 6d78a2331a
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -10,12 +10,10 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: check - name: Set up Maven
run: which mvn uses: https://github.com/stCarolas/setup-maven@v5
- name: check 2 with:
run: /usr/share/maven/bin/mvn maven-version: 3.8.7
- name: check 3
run: /usr/local/apache-maven/bin/mvn
- name: Build with Maven - name: Build with Maven
run: mvn package run: mvn package
- uses: https://github.com/actions/upload-artifact@v4 - uses: https://github.com/actions/upload-artifact@v4