Revert "Temporarily work around problems with Gradle's plugin portal"

This reverts commit fb954e8109.
This commit is contained in:
Andy Wilkinson 2022-11-08 13:53:21 +00:00
parent 452cc717a6
commit 5dab9b0e9f
2 changed files with 0 additions and 10 deletions

View File

@ -8,11 +8,6 @@ repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}
sourceCompatibility = 1.8

View File

@ -8,11 +8,6 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
}
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}
resolutionStrategy {
eachPlugin {