We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6d821 commit 3903623Copy full SHA for 3903623
1 file changed
.github/actions/gradle-command-self-hosted-action/action.yml
@@ -41,6 +41,6 @@ runs:
41
if [ -f ~/.m2/settings.xml ]; then
42
rm ~/.m2/settings.xml
43
fi
44
- ./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} --continue \
+ ./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} --continue --no-daemon \
45
-Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses \
46
${{ inputs.arguments }}
0 commit comments