mirror of
https://github.com/spring-projects/spring-authorization-server.git
synced 2026-05-03 03:39:53 +01:00
72c2e15487
Closes gh-572
14 lines
269 B
Groovy
14 lines
269 B
Groovy
plugins {
|
|
id "io.spring.convention.root"
|
|
}
|
|
|
|
group = "org.springframework.security"
|
|
description = "Spring Authorization Server"
|
|
|
|
if (hasProperty("buildScan")) {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
}
|
|
}
|