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 {
 | 
					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"
 | 
					    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.2"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					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"
 | 
					    id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.2"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.build-scan" version "3.11.4" 
 | 
					    id "com.gradle.build-scan" version "3.12.2" 
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gradleEnterprise {
 | 
					gradleEnterprise {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.enterprise" version "3.11.4"
 | 
					    id "com.gradle.enterprise" version "3.12.2"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gradleEnterprise {
 | 
					gradleEnterprise {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					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"
 | 
					    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.2"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -138,7 +138,7 @@ class BaseInitScriptTest extends Specification {
 | 
				
			|||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
              plugins {
 | 
					              plugins {
 | 
				
			||||||
                id 'com.gradle.enterprise' version '3.4.1'
 | 
					                id 'com.gradle.enterprise' version '3.12.2'
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
              gradleEnterprise {
 | 
					              gradleEnterprise {
 | 
				
			||||||
                server = '$mockScansServer.address'
 | 
					                server = '$mockScansServer.address'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user