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
8e2bb5f3af
commit
ed2696287a
|
|
@ -363,7 +363,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