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.
1 parent 6b04022 commit f6b426dCopy full SHA for f6b426d
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