parent
dca46c75c9
commit
be4ed3ffc0
|
@ -17,11 +17,11 @@ def versions = [:]
|
|||
new File(projectDir.parentFile, "gradle.properties").withInputStream {
|
||||
def properties = new Properties()
|
||||
properties.load(it)
|
||||
["assertj", "commonsCodec", "hamcrest", "jackson", "junitJupiter",
|
||||
"kotlin", "maven"].each {
|
||||
["assertj", "commonsCodec", "hamcrest", "junitJupiter", "kotlin", "maven"].each {
|
||||
versions[it] = properties[it + "Version"]
|
||||
}
|
||||
}
|
||||
versions["jackson"] = "2.15.3"
|
||||
versions["springFramework"] = "6.0.12"
|
||||
ext.set("versions", versions)
|
||||
if (versions.springFramework.contains("-")) {
|
||||
|
@ -136,4 +136,3 @@ eclipse.classpath.file.whenMerged {
|
|||
jreEntry.entryAttributes['module'] = 'true'
|
||||
jreEntry.entryAttributes['limit-modules'] = 'java.base'
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
|||
assertjVersion=3.25.1
|
||||
commonsCodecVersion=1.16.0
|
||||
hamcrestVersion=2.2
|
||||
jacksonVersion=2.15.3
|
||||
jacksonVersion=2.16.1
|
||||
junitJupiterVersion=5.10.1
|
||||
kotlinVersion=1.9.21
|
||||
mavenVersion=3.9.4
|
||||
|
|
Loading…
Reference in New Issue