Merge branch '2.7.x'
This commit is contained in:
		
						commit
						f8a2e68a5d
					
				| 
						 | 
					@ -9,11 +9,6 @@ repositories {
 | 
				
			||||||
	mavenCentral()
 | 
						mavenCentral()
 | 
				
			||||||
	gradlePluginPortal()
 | 
						gradlePluginPortal()
 | 
				
			||||||
	maven { url "https://repo.spring.io/release" }
 | 
						maven { url "https://repo.spring.io/release" }
 | 
				
			||||||
	jcenter() {
 | 
					 | 
				
			||||||
		content {
 | 
					 | 
				
			||||||
			includeGroup("org.ysb33r.gradle")
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sourceCompatibility = 17
 | 
					sourceCompatibility = 17
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,11 +8,6 @@ pluginManagement {
 | 
				
			||||||
		if (version.endsWith('-SNAPSHOT')) {
 | 
							if (version.endsWith('-SNAPSHOT')) {
 | 
				
			||||||
			maven { url "https://repo.spring.io/snapshot" }
 | 
								maven { url "https://repo.spring.io/snapshot" }
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		jcenter() {
 | 
					 | 
				
			||||||
			content {
 | 
					 | 
				
			||||||
				includeGroup("org.ysb33r.gradle")
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	resolutionStrategy {
 | 
						resolutionStrategy {
 | 
				
			||||||
		eachPlugin {
 | 
							eachPlugin {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue