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'
distribution: 'temurin'
cache: maven
- name: check
run: which mvn
- name: check 2
run: /usr/share/maven/bin/mvn
- name: check 3
run: /usr/local/apache-maven/bin/mvn
- name: Set up Maven
uses: https://github.com/stCarolas/setup-maven@v5
with:
maven-version: 3.8.7
- name: Build with Maven
run: mvn package
- uses: https://github.com/actions/upload-artifact@v4