mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-11-04 03:50:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
plugins {
 | 
						|
    id "com.gradle.develocity" version "4.2.2"
 | 
						|
    id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0"
 | 
						|
}
 | 
						|
 | 
						|
develocity {
 | 
						|
    buildScan {
 | 
						|
        termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
 | 
						|
        termsOfUseAgree = "yes"
 | 
						|
        uploadInBackground = false
 | 
						|
    }
 | 
						|
}
 | 
						|
rootProject.name = 'groovy-dsl'
 |