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