Skip to content

Commit

Permalink
debug maven with -X
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Oct 3, 2024
1 parent 37a7b48 commit 8426bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs: # This workflow contains a single job called "greet"
- name: Configure Dependencies
run: |
sh configure-dependencies.sh
cd java && ./mvnw clean install
cd java && ./mvnw clean install -X
rm -rf java/claim/target/*.jar
jar xvf ../java/registry/target/registry.jar && cp ../java/Dockerfile ./
Expand Down

0 comments on commit 8426bcb

Please sign in to comment.