mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-21 22:05:48 +00:00
10 lines
112 B
Groovy
10 lines
112 B
Groovy
apply plugin: 'war'
|
|
apply from: TOMCAT_GRADLE
|
|
|
|
war {
|
|
baseName = "sample"
|
|
}
|
|
|
|
sonarRunner {
|
|
skipProject = true
|
|
} |