Skip to content

Commit

Permalink
Add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 11, 2023
1 parent c1751ba commit 67b5cf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
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: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
}

Expand Down

0 comments on commit 67b5cf2

Please sign in to comment.