mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-27 16:09:59 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|     id "com.gradle.develocity" version "4.2.2" 
 | |
| }
 | |
| 
 | |
| develocity {
 | |
|     buildScan {
 | |
|         termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
 | |
|         termsOfUseAgree = "yes"
 | |
|         uploadInBackground = false
 | |
|     }
 | |
| }
 | 
