Skip to content

Commit

Permalink
Revert "Add release plugin"
Browse files Browse the repository at this point in the history
This reverts commit 67b5cf2.
  • Loading branch information
sjohnr committed Oct 11, 2023
1 parent 67b5cf2 commit 0960341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -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" }
}
}

Expand Down

0 comments on commit 0960341

Please sign in to comment.