Merge branch '5.8.x' into 6.0.x

Closes gh-13247
This commit is contained in:
Marcus Da Coregio 2023-05-30 15:27:44 -03:00
commit adeadae92b
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ buildscript {
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
}
repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven { url 'https://plugins.gradle.org/m2/' }
}
}

View File

@ -10,7 +10,6 @@ sourceCompatibility = JavaVersion.VERSION_17
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release/' }
}
sourceSets {

View File

@ -1,7 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
}
}