Polishing

This commit is contained in:
Juergen Hoeller
2021-03-22 23:14:20 +01:00
parent 4a6fea353f
commit 07e18df0b9
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ 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"
@@ -73,7 +73,7 @@ dependencies {
jar {
reproducibleFileOrder = true
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility
// Inline repackaged cglib classes directly into spring-core jar
dependsOn cglibRepackJar

View File

@@ -1,6 +1,6 @@
/**
* Spring's repackaging of
* <a href="http://objenesis.org">Objenesis 3.0</a>
* <a href="http://objenesis.org">Objenesis 3.1</a>
* (with SpringObjenesis entry point; for internal use only).
*
* <p>This repackaging technique avoids any potential conflicts with