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
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
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']