Skip to content

Commit

Permalink
Remove Use of Plugins-Release Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Feb 2, 2024
1 parent fd12157 commit c668cfe
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c668cfe

Please sign in to comment.