Add maven step
Some checks failed
build / build (push) Failing after 4s

This commit is contained in:
Ryan Voots 2025-05-04 11:31:48 -04:00
parent 255edee7e5
commit 3302326d34

View file

@ -17,9 +17,9 @@ jobs:
with: with:
java-version: '21' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
- name: find maven - name: Set up Maven
run: ls -la /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64/bin uses: stCarolas/setup-maven@v5
- name: check path with:
run: echo $PATH maven-version: 3.9.9
- name: build with maven - name: build with maven
run: mvn --batch-mode --file pom.xml package run: mvn --batch-mode --file pom.xml package