Upgrade to Gradle Enterprise Conventions 0.0.8
Closes gh-26115
This commit is contained in:
		
							parent
							
								
									b5587b053d
								
							
						
					
					
						commit
						dcced2561a
					
				| 
						 | 
					@ -3,7 +3,7 @@ pluginManagement {
 | 
				
			||||||
		mavenCentral()
 | 
							mavenCentral()
 | 
				
			||||||
		gradlePluginPortal()
 | 
							gradlePluginPortal()
 | 
				
			||||||
		maven {
 | 
							maven {
 | 
				
			||||||
			url 'https://repo.spring.io/plugins-release'
 | 
								url 'https://repo.spring.io/release'
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (version.endsWith('-SNAPSHOT')) {
 | 
							if (version.endsWith('-SNAPSHOT')) {
 | 
				
			||||||
			maven { url "https://repo.spring.io/snapshot" }
 | 
								maven { url "https://repo.spring.io/snapshot" }
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@ pluginManagement {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
	id "com.gradle.enterprise" version "3.6.1"
 | 
						id "com.gradle.enterprise" version "3.6.1"
 | 
				
			||||||
	id "io.spring.ge.conventions" version "0.0.7"
 | 
						id "io.spring.ge.conventions" version "0.0.8"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rootProject.name="spring-boot-build"
 | 
					rootProject.name="spring-boot-build"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue