Merge branch '6.1.x'
This commit is contained in:
commit
6e0fb2fc96
|
@ -4,7 +4,9 @@ plugins {
|
|||
id "groovy"
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
|
|
|
@ -36,7 +36,7 @@ dependencies {
|
|||
}
|
||||
|
||||
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())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue