Skip to content

Commit

Permalink
Remove SNAPSHOT plugin until after first release
Browse files Browse the repository at this point in the history
Issue gh-4
  • Loading branch information
sjohnr committed Jan 25, 2024
1 parent 84f7881 commit ce7db18
Showing 1 changed file with 0 additions and 7 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.security.release" version "1.0.1-SNAPSHOT"
}

group = "io.spring.gradle"
description = "Spring Security Release Tools"

springRelease {
repositoryOwner = "spring-io"
weekOfMonth = 2
dayOfWeek = 1
}

if (hasProperty("buildScan")) {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
Expand Down

0 comments on commit ce7db18

Please sign in to comment.