mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-11-04 12:00:01 +08:00 
			
		
		
		
	The `.github/workflows` directory has additional permissions attached, preventing these files from being by the Upgrade Gradle Wrapper plugin.
		
			
				
	
	
		
			11 lines
		
	
	
		
			188 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			188 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
plugins {
 | 
						|
    id "com.gradle.build-scan" version "1.16"
 | 
						|
}
 | 
						|
 | 
						|
buildScan {
 | 
						|
    termsOfServiceUrl = "https://gradle.com/terms-of-service"
 | 
						|
    termsOfServiceAgree = "yes"
 | 
						|
    publishAlways()
 | 
						|
}
 | 
						|
 |