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"
|
|
}
|
|
}
|