Skip to content

Commit 3903623

Browse files
authored
Exit gradle process after build complete (#36361)
1 parent 3f6d821 commit 3903623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/gradle-command-self-hosted-action

.github/actions/gradle-command-self-hosted-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ runs:
4141
if [ -f ~/.m2/settings.xml ]; then
4242
rm ~/.m2/settings.xml
4343
fi
44-
./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} --continue \
44+
./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} --continue --no-daemon \
4545
-Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses \
4646
${{ inputs.arguments }}

0 commit comments

Comments
 (0)