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:
Sam Brannen 2022-01-28 16:55:05 +01:00
parent 7072aab53b
commit a749a6bf54
1 changed files with 0 additions and 1 deletions

View File

@ -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'