Skip to content

Commit

Permalink
Merge branch '6.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Nov 6, 2023
2 parents 51ac807 + 99c84aa commit 6e0fb2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ plugins {
id "groovy"
}

sourceCompatibility = JavaVersion.VERSION_17
java {
sourceCompatibility = JavaVersion.VERSION_17
}

repositories {
gradlePluginPortal()
Expand Down
2 changes: 1 addition & 1 deletion core/spring-security-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

Expand Down

0 comments on commit 6e0fb2f

Please sign in to comment.