mirror of
				https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
				synced 2025-10-28 16:40:07 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 92087b6bb6
			
		
	
	
		92087b6bb6
		
			
		
	
	
	
	
		
			
			Bumps com.gradle.build-scan from 3.10.1 to 3.10.2. --- updated-dependencies: - dependency-name: com.gradle.build-scan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|     id "com.gradle.build-scan" version "3.10.2" 
 | |
| }
 | |
| 
 | |
| gradleEnterprise {
 | |
|     buildScan {
 | |
|         termsOfServiceUrl = "https://gradle.com/terms-of-service"
 | |
|         termsOfServiceAgree = "yes"
 | |
|         publishAlways()
 | |
|         uploadInBackground = false
 | |
|     }
 | |
| }
 |