Skip to content

Commit

Permalink
Update workflow to resolve inproper mvn use
Browse files Browse the repository at this point in the history
  • Loading branch information
boxwoods committed May 30, 2024
1 parent 6a18c3a commit f9d4a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intermediate-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build aissemble-parent
run: mvn dependency:tree
run: ./mvnw dependency:tree

0 comments on commit f9d4a71

Please sign in to comment.