Feedback from code review

This commit is contained in:
2024-11-22 10:21:22 -06:00
parent cfeb71aa2f
commit 6e91149b0a
2 changed files with 22 additions and 5 deletions

View File

@ -105,7 +105,7 @@ commands:
- run:
name: Run Maven Jar Deploy
command: |
mvn -s .circleci/mvn-settings.xml -T4 flatten:flatten jar:jar deploy:deploy -DuniqueVersion=false
mvn -s .circleci/mvn-settings.xml -T4 flatten:flatten jar:jar deploy:deploy
- save_cache:
paths:
- ~/.m2