...
apply plugin: 'war'
war {
version = '0.5.0'
repositories {
jcenter()
maven { url "http://repo.spring.io/libs-snapshot" }
}
providedRuntime
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
}