build.gradle 269 B

12345678910111213
  1. plugins {
  2. id "io.spring.convention.root"
  3. }
  4. group = "org.springframework.security"
  5. description = "Spring Authorization Server"
  6. if (hasProperty("buildScan")) {
  7. buildScan {
  8. termsOfServiceUrl = "https://gradle.com/terms-of-service"
  9. termsOfServiceAgree = "yes"
  10. }
  11. }