File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' org.springframework.build.gradle:propdeps-plugin:0.0.7'
10
- classpath ' io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
11
10
classpath ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2'
11
+ classpath ' io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE'
12
12
classpath " io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion "
13
13
classpath ' io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
14
14
}
@@ -124,22 +124,6 @@ configure(subprojects - project(":docs")) { subproject ->
124
124
apply plugin : ' checkstyle'
125
125
apply from : " ${ rootProject.projectDir} /gradle/publish-maven.gradle"
126
126
127
- if (project. hasProperty(' platformVersion' ) && subproject. path != ' :spring-restdocs-asciidoctor' ) {
128
- apply plugin : ' spring-io'
129
-
130
- repositories {
131
- maven { url " https://repo.spring.io/libs-snapshot" }
132
- }
133
-
134
- dependencyManagement {
135
- springIoTestRuntime {
136
- imports {
137
- mavenBom " io.spring.platform:platform-bom:${ platformVersion} "
138
- }
139
- }
140
- }
141
- }
142
-
143
127
checkstyle {
144
128
configFile = rootProject. file(' config/checkstyle/checkstyle.xml' )
145
129
configProperties = [ ' checkstyle.config.dir' : rootProject. file(' config/checkstyle' ) ]
You can’t perform that action at this time.
0 commit comments