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