Remove unused repo from buildSrc

This commit is contained in:
Janne Valkealahti
2023-07-20 18:45:33 +01:00
parent 0b08e98128
commit a55034e454

View File

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