Remove API diff Gradle plugin configuration
We have not published API diffs for a while now so we should remove the configuration entirely from our build.
This commit is contained in:
@@ -16,6 +16,8 @@ ext {
|
||||
javaProjects = subprojects.findAll { !it.name.startsWith("framework-") }
|
||||
}
|
||||
|
||||
description = "Spring Framework"
|
||||
|
||||
configure(allprojects) { project ->
|
||||
apply plugin: "org.springframework.build.localdev"
|
||||
group = "org.springframework"
|
||||
@@ -116,8 +118,3 @@ configure([rootProject] + javaProjects) { project ->
|
||||
configure(moduleProjects) { project ->
|
||||
apply from: "${rootDir}/gradle/spring-module.gradle"
|
||||
}
|
||||
|
||||
configure(rootProject) {
|
||||
description = "Spring Framework"
|
||||
apply plugin: 'org.springframework.build.api-diff'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user