diff --git a/build.gradle b/build.gradle index 4ff53e1..ca40bf8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,10 @@ plugins { id "io.spring.convention.root" - id "io.spring.release" version "1.0.0-SNAPSHOT" } group = "io.spring.gradle" description = "Spring Security Release Tools" -springRelease { - repositoryOwner = "spring-io" - weekOfMonth = 3 - dayOfWeek = 3 -} - if (hasProperty("buildScan")) { buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service" diff --git a/settings.gradle b/settings.gradle index dd38b1f..8765e9e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,8 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url "https://repo.spring.io/snapshot" } + maven { url "https://repo.spring.io/release" } + maven { url "https://repo.spring.io/milestone" } } }