Skip to content

Commit c5e2e50

Browse files
elect86ctrueden
authored andcommitted
added option to move project build cache under target
1 parent bac0b84 commit c5e2e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,6 +6891,8 @@
68916891
<executable>./gradlew</executable>
68926892
<workingDirectory>gradle-scijava</workingDirectory>
68936893
<arguments>
6894+
<argument>--project-cache-dir</argument>
6895+
<argument>../target/gradle/build</argument>
68946896
<argument>generateCatalogAndPlatform</argument>
68956897
</arguments>
68966898
</configuration>

0 commit comments

Comments
 (0)