mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-24 02:48:55 +08:00
@@ -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']
|
||||
|
Reference in New Issue
Block a user