Revert "Temporarily work around problems with Gradle's plugin portal"
This reverts commit fb954e8109c53ac7c290eeddd728361270ac815f.
This commit is contained in:
parent
452cc717a6
commit
5dab9b0e9f
@ -8,11 +8,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 = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user