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