mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Bump Gradle Enterprise plugin version
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.enterprise" version "3.13.2"
 | 
					    id "com.gradle.enterprise" version "3.13.3"
 | 
				
			||||||
    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
 | 
					    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id("com.gradle.enterprise") version "3.13.2"
 | 
					    id("com.gradle.enterprise") version "3.13.3"
 | 
				
			||||||
    id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"
 | 
					    id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.build-scan" version "3.13.2" 
 | 
					    id "com.gradle.build-scan" version "3.13.3" 
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gradleEnterprise {
 | 
					gradleEnterprise {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.enterprise" version "3.13.2"
 | 
					    id "com.gradle.enterprise" version "3.13.3"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
gradleEnterprise {
 | 
					gradleEnterprise {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "com.gradle.enterprise" version "3.13.2"
 | 
					    id "com.gradle.enterprise" version "3.13.3"
 | 
				
			||||||
    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
 | 
					    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.10"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -137,7 +137,7 @@ class BaseInitScriptTest extends Specification {
 | 
				
			|||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
              plugins {
 | 
					              plugins {
 | 
				
			||||||
                id 'com.gradle.enterprise' version '3.13.2'
 | 
					                id 'com.gradle.enterprise' version '3.13.3'
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
              gradleEnterprise {
 | 
					              gradleEnterprise {
 | 
				
			||||||
                server = '$mockScansServer.address'
 | 
					                server = '$mockScansServer.address'
 | 
				
			||||||
@@ -163,7 +163,7 @@ class BaseInitScriptTest extends Specification {
 | 
				
			|||||||
        } else if (gradleVersion < GradleVersion.version('6.0')) {
 | 
					        } else if (gradleVersion < GradleVersion.version('6.0')) {
 | 
				
			||||||
            """
 | 
					            """
 | 
				
			||||||
              plugins {
 | 
					              plugins {
 | 
				
			||||||
                id 'com.gradle.build-scan' version '3.13.2'
 | 
					                id 'com.gradle.build-scan' version '3.13.3'
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
              gradleEnterprise {
 | 
					              gradleEnterprise {
 | 
				
			||||||
                server = '$mockScansServer.address'
 | 
					                server = '$mockScansServer.address'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -154,7 +154,7 @@ class TestBuildResultRecorder extends BaseInitScriptTest {
 | 
				
			|||||||
        when:
 | 
					        when:
 | 
				
			||||||
        settingsFile.text = """
 | 
					        settingsFile.text = """
 | 
				
			||||||
            plugins {
 | 
					            plugins {
 | 
				
			||||||
                id 'com.gradle.enterprise' version '3.13.2' apply(false)
 | 
					                id 'com.gradle.enterprise' version '3.13.3' apply(false)
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            gradle.settingsEvaluated {
 | 
					            gradle.settingsEvaluated {
 | 
				
			||||||
                apply plugin: 'com.gradle.enterprise'
 | 
					                apply plugin: 'com.gradle.enterprise'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user