1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Prepare for Spring Security 6.2

- Change the build to look for milestone dependencies
This commit is contained in:
Josh Cummings
2023-07-14 18:38:34 -06:00
parent 5f4484eed8
commit aff570be16
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -34,6 +34,7 @@ ext.milestoneBuild = !(snapshotBuild || releaseBuild)
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
}
tasks.named("saganCreateRelease") {
@@ -102,7 +103,6 @@ updateDependenciesSettings {
})
dependencyExcludes {
majorVersionBump()
minorVersionBump()
alphaBetaVersions()
snapshotVersions()
addRule { components ->
+1
View File
@@ -12,6 +12,7 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
}
}