Files
spring-authorization-server/build.gradle
Steve Riesenberg 72c2e15487 Upgrade build to Gradle 7
Closes gh-572
2022-04-19 13:17:27 -05:00

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