Skip to content

Commit

Permalink
HBX-2951: Backport automated releases to branch 6.6
Browse files Browse the repository at this point in the history
  - Use settings.localRepository instead of a custom property
  • Loading branch information
marko-bekhta authored and koentsje committed Jan 16, 2025
1 parent af022aa commit 03b9a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<argument>clean</argument>
<argument>build</argument>
<argument>-Pversion=${project.version}</argument>
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
</arguments>
</configuration>
<goals>
Expand Down

0 comments on commit 03b9a77

Please sign in to comment.