File tree 4 files changed +8
-13
lines changed
4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
gradlePluginPortal()
4
- maven {
5
- url = ' https://repo.spring.io/plugins-release'
6
- if (project. hasProperty(' artifactoryUsername' )) {
7
- credentials {
8
- username " $artifactoryUsername "
9
- password " $artifactoryPassword "
10
- }
11
- }
12
- }
4
+ mavenCentral()
13
5
}
14
6
dependencies {
15
7
classpath " com.github.ben-manes:gradle-versions-plugin:0.36.0"
16
- classpath( " io.spring.gradle:spring-io -plugin:0.0.8.RELEASE " )
8
+ classpath " io.spring.gradle:dependency-management -plugin:1.1.0 "
17
9
classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2"
18
10
classpath ' org.hidetake:gradle-ssh-plugin:2.10.1'
19
11
classpath ' io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ sourceCompatibility = JavaVersion.VERSION_17
10
10
repositories {
11
11
gradlePluginPortal()
12
12
mavenCentral()
13
- maven { url ' https://repo.spring.io/plugins-release/' }
14
13
}
15
14
16
15
sourceSets {
Original file line number Diff line number Diff line change @@ -54,4 +54,8 @@ compileTestJava {
54
54
55
55
test {
56
56
jvmArgs ' --add-exports' , ' java.naming/com.sun.jndi.ldap=ALL-UNNAMED'
57
- }
57
+ }
58
+
59
+ checkFormatMain {
60
+ enabled = false
61
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginManagement {
4
4
}
5
5
repositories {
6
6
gradlePluginPortal()
7
- maven { url ' https://repo.spring.io/plugins-release ' }
7
+ mavenCentral()
8
8
}
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments