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 f7909c3 + bf29531 commit 4bcae2bCopy full SHA for 4bcae2b
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