Remove Use of Plugins-Release Repository

This commit is contained in:
Josh Cummings
2024-02-02 14:06:33 -07:00
parent fd12157849
commit c668cfec97

View File

@@ -1,15 +1,8 @@
buildscript {
repositories {
maven {
url = 'https://repo.spring.io/plugins-release'
if (project.hasProperty('artifactoryUsername')) {
credentials {
username "$artifactoryUsername"
password "$artifactoryPassword"
}
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
classpath "io.spring.gradle:dependency-management-plugin:1.1.4"