Skip to content

Commit ce7db18

Browse files
committed
Remove SNAPSHOT plugin until after first release
Issue gh-4
1 parent 84f7881 commit ce7db18

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
plugins {
22
id "io.spring.convention.root"
3-
id "io.spring.security.release" version "1.0.1-SNAPSHOT"
43
}
54

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

9-
springRelease {
10-
repositoryOwner = "spring-io"
11-
weekOfMonth = 2
12-
dayOfWeek = 1
13-
}
14-
158
if (hasProperty("buildScan")) {
169
buildScan {
1710
termsOfServiceUrl = "https://gradle.com/terms-of-service"

0 commit comments

Comments
 (0)