Skip to content

Commit d35006d

Browse files
committed
Disable the persistent Gradle daemon
Extra processes should not be left lying around after the build ends!
1 parent d7bea8e commit d35006d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7016,6 +7016,7 @@
70167016
<executable>${gradle.wrapper}</executable>
70177017
<workingDirectory>${basedir}/gradle-scijava</workingDirectory>
70187018
<arguments>
7019+
<argument>--no-daemon</argument>
70197020
<argument>--project-cache-dir</argument>
70207021
<argument>../target/gradle/build</argument>
70217022
<argument>generateCatalogAndPlatform</argument>

0 commit comments

Comments
 (0)