Stop applying Groovy plugin for the root Gradle project
The root project does not rely on the Groovy plugin. See gh-27945
This commit is contained in:
parent
7072aab53b
commit
a749a6bf54
|
|
@ -405,7 +405,6 @@ configure(moduleProjects) { project ->
|
|||
configure(rootProject) {
|
||||
description = "Spring Framework"
|
||||
|
||||
apply plugin: "groovy"
|
||||
apply plugin: "kotlin"
|
||||
apply plugin: "io.spring.nohttp"
|
||||
apply plugin: 'org.springframework.build.api-diff'
|
||||
|
|
|
|||
Loading…
Reference in New Issue