Group cache-cleanup log messages for clarity

This commit is contained in:
daz
2024-07-22 11:35:12 -06:00
committed by Daz DeBoer
parent 53f2a5657b
commit fe594a580d
3 changed files with 25 additions and 9 deletions

View File

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