Skip to content

Commit 02f9b71

Browse files
committed
Added Groovy plugin to spring-context module as well
1 parent 401056b commit 02f9b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ project("spring-build-src") {
167167
project("spring-core") {
168168
description = "Spring Core"
169169

170-
// As of Spring 4.0, spring-core includes asm 4.1 and repackages cglib 3.0, inlining
170+
// As of Spring 4.0, spring-core includes asm 4.2 and repackages cglib 3.0, inlining
171171
// both into the spring-core jar. cglib 3.0 itself depends on asm 4, and is therefore
172172
// further transformed by the JarJar task to depend on org.springframework.asm; this
173173
// avoids including two different copies of asm unnecessarily.
@@ -341,6 +341,7 @@ project("spring-instrument-tomcat") {
341341

342342
project("spring-context") {
343343
description = "Spring Context"
344+
apply plugin: "groovy"
344345

345346
dependencies {
346347
optional(project(":spring-instrument"))

0 commit comments

Comments
 (0)