mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
parent
884bca012f
commit
6965e8ed4c
3 changed files with 10 additions and 4 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue