Skip to content

Commit 9ee4624

Browse files
committed
HBX-3096: Revert remove the '-Dmaven.repo.local=${settings.localRepository}' argument from the 'gradle-package' execution
This reverts commit 25ca8b2.
1 parent 25ca8b2 commit 9ee4624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<argument>build</argument>
7777
<argument>-PprojectVersion=${project.version}</argument>
7878
<argument>-Ph2Version=${h2.version}</argument>
79+
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
7980
</arguments>
8081
</configuration>
8182
<goals>

0 commit comments

Comments
 (0)