mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Publish build scans for test-init-script build
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -49,3 +49,9 @@ updates:
 | 
				
			|||||||
      - gradle-plugin-portal
 | 
					      - gradle-plugin-portal
 | 
				
			||||||
    schedule:
 | 
					    schedule:
 | 
				
			||||||
      interval: "daily"
 | 
					      interval: "daily"
 | 
				
			||||||
 | 
					  - package-ecosystem: "gradle"
 | 
				
			||||||
 | 
					    directory: "test/init-scripts"
 | 
				
			||||||
 | 
					    registries:
 | 
				
			||||||
 | 
					      - gradle-plugin-portal
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "daily"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1,14 @@
 | 
				
			|||||||
 | 
					plugins {
 | 
				
			||||||
 | 
					    id "com.gradle.enterprise" version "3.11.1"
 | 
				
			||||||
 | 
					    id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gradleEnterprise {
 | 
				
			||||||
 | 
					    buildScan {
 | 
				
			||||||
 | 
					        termsOfServiceUrl = "https://gradle.com/terms-of-service"
 | 
				
			||||||
 | 
					        termsOfServiceAgree = "yes"
 | 
				
			||||||
 | 
					        publishAlways()
 | 
				
			||||||
 | 
					        uploadInBackground = false
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
rootProject.name = 'test-init-scripts'
 | 
					rootProject.name = 'test-init-scripts'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user