File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ project("spring-build-src") {
167167project(" 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
342342project(" spring-context" 
343343	description =  " Spring Context" 
344+ 	apply plugin : " groovy" 
344345
345346	dependencies {
346347		optional(project(" :spring-instrument" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments