mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Better warning message
This commit is contained in:
		@@ -77,7 +77,7 @@ export async function cacheDependencies(): Promise<void> {
 | 
			
		||||
    ])
 | 
			
		||||
    if (!locksDeleted) {
 | 
			
		||||
        core.warning(
 | 
			
		||||
            'Unable to delete dependencies lock files, try using --no-daemon, not saving cache.'
 | 
			
		||||
            'Unable to delete dependencies lock files, try using --no-daemon or stopping the daemon last if you have several Gradle steps, not saving cache.'
 | 
			
		||||
        )
 | 
			
		||||
        return
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user