We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d47875 + f6b426d commit bf29531Copy full SHA for bf29531
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "io.spring.convention.root"
3
- id "io.spring.security.release" version "1.0.1-SNAPSHOT"
+ id "io.spring.security.release" version "1.0.1"
4
}
5
6
group = "org.springframework.security"
settings.gradle
@@ -1,9 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
- maven { url "https://repo.spring.io/release" }
- maven { url "https://repo.spring.io/milestone" }
- maven { url "https://repo.spring.io/snapshot" }
7
8
9
0 commit comments