From a749a6bf54ad4b715bd99144acf75c40817797a5 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 28 Jan 2022 16:55:05 +0100 Subject: [PATCH] Stop applying Groovy plugin for the root Gradle project The root project does not rely on the Groovy plugin. See gh-27945 --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99304936499..f9068aaac30 100644 --- a/build.gradle +++ b/build.gradle @@ -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'