Added Groovy plugin to spring-context module as well

This commit is contained in:
Juergen Hoeller 2013-10-25 17:51:23 +02:00
parent 401056b520
commit 02f9b713b0
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,7 @@ project("spring-build-src") {
project("spring-core") { project("spring-core") {
description = "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 // 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 // further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily. // avoids including two different copies of asm unnecessarily.
@ -341,6 +341,7 @@ project("spring-instrument-tomcat") {
project("spring-context") { project("spring-context") {
description = "Spring Context" description = "Spring Context"
apply plugin: "groovy"
dependencies { dependencies {
optional(project(":spring-instrument")) optional(project(":spring-instrument"))