Update .gitea/workflows/build.yml
Some checks failed
msbuild / build (push) Failing after 0s

This commit is contained in:
Greg Gauthier 2024-07-23 10:11:08 +00:00
parent 43a451aee2
commit 7feaa9a422

View File

@ -26,7 +26,8 @@ jobs:
with: with:
distribution: 'temurin' # See 'Supported distributions' for available options distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21' java-version: '21'
run: | - run: |
java -version
mvn -B verify --file pom.xml mvn -B verify --file pom.xml
- name: Build And Test - name: Build And Test