mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Bump com.gradle.enterprise version
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id "com.gradle.enterprise" version "3.11.4"
 | 
			
		||||
    id "com.gradle.enterprise" version "3.12.2"
 | 
			
		||||
    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.2"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id("com.gradle.enterprise") version "3.11.4"
 | 
			
		||||
    id("com.gradle.enterprise") version "3.12.2"
 | 
			
		||||
    id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.2"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id "com.gradle.build-scan" version "3.11.4" 
 | 
			
		||||
    id "com.gradle.build-scan" version "3.12.2" 
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
gradleEnterprise {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id "com.gradle.enterprise" version "3.11.4"
 | 
			
		||||
    id "com.gradle.enterprise" version "3.12.2"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
gradleEnterprise {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id "com.gradle.enterprise" version "3.11.4"
 | 
			
		||||
    id "com.gradle.enterprise" version "3.12.2"
 | 
			
		||||
    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.2"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -138,7 +138,7 @@ class BaseInitScriptTest extends Specification {
 | 
			
		||||
        } else {
 | 
			
		||||
            """
 | 
			
		||||
              plugins {
 | 
			
		||||
                id 'com.gradle.enterprise' version '3.4.1'
 | 
			
		||||
                id 'com.gradle.enterprise' version '3.12.2'
 | 
			
		||||
              }
 | 
			
		||||
              gradleEnterprise {
 | 
			
		||||
                server = '$mockScansServer.address'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user