Skip to content

Commit

Permalink
Merge pull request #10508 from jaikiran/qk-10454
Browse files Browse the repository at this point in the history
Make sure --no-daemon does indeed get used when quarkus-platform-descriptor-json module is built
  • Loading branch information
geoand authored Jul 7, 2020
2 parents 02a9b16 + b09da71 commit 754eced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devtools/platform-descriptor-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<phase>prepare-package</phase>
<configuration>
<executable>${gradle-wrapper.path}/${gradle.executable}</executable>
<environmentVariables>
<!-- Force a higher value than the default 64m, used by
gradlew script, to make sure the no-daemon option is honoured
-->
<JAVA_OPTS>-Xmx512m</JAVA_OPTS>
</environmentVariables>
<arguments>
<argument>wrapper</argument>
<argument>--no-daemon</argument>
Expand Down

0 comments on commit 754eced

Please sign in to comment.