Merge branch '6.1.x'
This commit is contained in:
commit
6e0fb2fc96
|
@ -4,7 +4,9 @@ plugins {
|
||||||
id "groovy"
|
id "groovy"
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
java {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
|
|
@ -36,7 +36,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
task springVersion(type: org.gradle.api.tasks.WriteProperties) {
|
task springVersion(type: org.gradle.api.tasks.WriteProperties) {
|
||||||
outputFile = file("${buildDir}/versions/spring-security.versions")
|
destinationFile = file("${buildDir}/versions/spring-security.versions")
|
||||||
property("org.springframework:spring-core", springVersion())
|
property("org.springframework:spring-core", springVersion())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue