Trying mvn -U to force updating snapshot

This commit is contained in:
Darin Kelkhoff
2021-10-27 21:50:31 -05:00
parent 937cf622d2
commit 3f6ed0285b

View File

@ -30,4 +30,4 @@ jobs:
distribution: 'adopt' distribution: 'adopt'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -U -B package --file pom.xml