We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f7881 commit ce7db18Copy full SHA for ce7db18
build.gradle
@@ -1,17 +1,10 @@
1
plugins {
2
id "io.spring.convention.root"
3
- id "io.spring.security.release" version "1.0.1-SNAPSHOT"
4
}
5
6
group = "io.spring.gradle"
7
description = "Spring Security Release Tools"
8
9
-springRelease {
10
- repositoryOwner = "spring-io"
11
- weekOfMonth = 2
12
- dayOfWeek = 1
13
-}
14
-
15
if (hasProperty("buildScan")) {
16
buildScan {
17
termsOfServiceUrl = "https://gradle.com/terms-of-service"
0 commit comments