|
|
|
@ -1,15 +1,11 @@
@@ -1,15 +1,11 @@
|
|
|
|
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar |
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
|
id "com.github.johnrengelman.shadow" version "5.2.0" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
description = "Spring Core" |
|
|
|
|
|
|
|
|
|
apply plugin: "kotlin" |
|
|
|
|
|
|
|
|
|
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar. |
|
|
|
|
// cglib itself depends on asm and is therefore further transformed by the JarJar task to |
|
|
|
|
// cglib itself depends on asm and is therefore further transformed by the ShadowJar task to |
|
|
|
|
// depend on org.springframework.asm; this avoids including two different copies of asm. |
|
|
|
|
def cglibVersion = "3.3.0" |
|
|
|
|
def objenesisVersion = "3.1" |
|
|
|
|