blob: a1e77d1195bfdab01c1cdec1d4e9104594d40b99 [file] [log] [blame]
jar.manifest.attributes(
'-wab': 'src/main/webapp'
)
dependencies {
compileOnly 'javax.servlet:javax.servlet-api'
compileOnly 'org.springframework:spring-context'
compileOnly 'org.springframework:spring-web'
}