Files
spring-security/gradle/boot-sample.gradle
Joe Grandja f6a95333d1 Add Hello World Spring Boot sample
Issue gh-3850
2016-05-04 17:26:42 -04:00

5 lines
62 B
Groovy

apply plugin: 'spring-boot'
sonarqube {
skipProject = true
}