Skip to content

Commit

Permalink
#2 use maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilkins-csi committed May 2, 2024
1 parent 93244d3 commit 74e609f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
chmod 700 get_helm.sh
./get_helm.sh
- name: Build aiSSEMBLE
run: mvn -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci
run: ./mvnw -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci

# # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<module>build-parent</module>
<module>bom</module>
<module>foundation</module>
<module>extensions</module>
<module>test</module>
<!-- <module>extensions</module>-->
<!-- <module>test</module>-->
</modules>

<scm>
Expand Down

0 comments on commit 74e609f

Please sign in to comment.