Browse Source

Use release version of spring-security-release-plugin

Closes gh-1526
1.1.x
Steve Riesenberg 2 years ago
parent
commit
f6b426ddf5
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      build.gradle
  2. 3
      settings.gradle

2
build.gradle

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
plugins {
id "io.spring.convention.root"
id "io.spring.security.release" version "1.0.1-SNAPSHOT"
id "io.spring.security.release" version "1.0.1"
}
group = "org.springframework.security"

3
settings.gradle

@ -1,9 +1,6 @@ @@ -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" }
}
}

Loading…
Cancel
Save