Only stop Gradle Daemons when saving Gradle User Home state

Fixes #341
This commit is contained in:
Daz DeBoer
2022-06-22 16:39:34 -06:00
parent 884bca012f
commit 6965e8ed4c
3 changed files with 10 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export class DaemonController {
}
async stopAllDaemons(): Promise<void> {
core.info('Stopping all Gradle daemons')
core.info('Stopping all Gradle daemons before saving Gradle User Home state')
const executions: Promise<number>[] = []
const args = ['--stop']