We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd12157 commit c668cfeCopy full SHA for c668cfe
build.gradle
@@ -1,15 +1,8 @@
1
buildscript {
2
- repositories {
3
- maven {
4
- url = 'https://repo.spring.io/plugins-release'
5
- if (project.hasProperty('artifactoryUsername')) {
6
- credentials {
7
- username "$artifactoryUsername"
8
- password "$artifactoryPassword"
9
- }
10
11
12
+ repositories {
+ gradlePluginPortal()
+ mavenCentral()
+ }
13
dependencies {
14
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
15
classpath "io.spring.gradle:dependency-management-plugin:1.1.4"
0 commit comments