Skip to content

Commit f7bd5fa

Browse files
committed
Remove Spring IO plugin from the build
Closes gh-623
1 parent 3fa64a1 commit f7bd5fa

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

build.gradle

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
}
88
dependencies {
99
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
10-
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
1110
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2'
11+
classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE'
1212
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion"
1313
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
1414
}
@@ -124,22 +124,6 @@ configure(subprojects - project(":docs")) { subproject ->
124124
apply plugin: 'checkstyle'
125125
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
126126

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-
143127
checkstyle {
144128
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
145129
configProperties = [ 'checkstyle.config.dir' : rootProject.file('config/checkstyle') ]

0 commit comments

Comments
 (0)