mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:41:00 +08:00 
			
		
		
		
	Publish scans from no-wrapper sample build
This allows more testing of build scan capture functionality
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id("com.gradle.enterprise") version("3.6.4")
 | 
			
		||||
    id("com.gradle.enterprise") version("3.7")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
gradleEnterprise {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,16 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id("com.gradle.enterprise") version("3.7")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
gradleEnterprise {
 | 
			
		||||
    buildScan {
 | 
			
		||||
        termsOfServiceUrl = "https://gradle.com/terms-of-service"
 | 
			
		||||
        termsOfServiceAgree = "yes"
 | 
			
		||||
        publishAlways()
 | 
			
		||||
        uploadInBackground = false
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
rootProject.name = 'no-wrapper'
 | 
			
		||||
 | 
			
		||||
println "Using Gradle version: ${gradle.gradleVersion}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user