From 02f9b713b08b5f6d645c4946c8bde44dcd4d11c6 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 25 Oct 2013 17:51:23 +0200 Subject: [PATCH] Added Groovy plugin to spring-context module as well --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 015e1a52b60..55759453315 100644 --- a/build.gradle +++ b/build.gradle @@ -167,7 +167,7 @@ project("spring-build-src") { project("spring-core") { description = "Spring Core" - // As of Spring 4.0, spring-core includes asm 4.1 and repackages cglib 3.0, inlining + // As of Spring 4.0, spring-core includes asm 4.2 and repackages cglib 3.0, inlining // both into the spring-core jar. cglib 3.0 itself depends on asm 4, and is therefore // further transformed by the JarJar task to depend on org.springframework.asm; this // avoids including two different copies of asm unnecessarily. @@ -341,6 +341,7 @@ project("spring-instrument-tomcat") { project("spring-context") { description = "Spring Context" + apply plugin: "groovy" dependencies { optional(project(":spring-instrument"))