mirror of
https://github.com/spring-projects/spring-authorization-server.git
synced 2026-05-02 19:29:14 +01:00
4035044006
Bumps io.spring.security.release from 1.0.5 to 1.0.6. --- updated-dependencies: - dependency-name: io.spring.security.release dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
623 B
Groovy
24 lines
623 B
Groovy
plugins {
|
|
id "io.spring.convention.root"
|
|
id "io.spring.security.release" version "1.0.6"
|
|
}
|
|
|
|
group = "org.springframework.security"
|
|
description = "Spring Authorization Server"
|
|
|
|
springRelease {
|
|
repositoryOwner = "spring-projects"
|
|
weekOfMonth = 3
|
|
dayOfWeek = 2
|
|
referenceDocUrl = "https://docs.spring.io/spring-authorization-server/reference/{version}/index.html"
|
|
apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
|
|
replaceSnapshotVersionInReferenceDocUrl = true
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
|
|
termsOfUseAgree = 'yes'
|
|
}
|
|
}
|