Addressbook has moved from war to jar

This commit is contained in:
str4d
2017-10-31 08:14:21 +00:00
parent 113f2c4d14
commit 62d34f51cb

View File

@ -1,5 +1,3 @@
apply plugin: 'war'
sourceSets { sourceSets {
main { main {
java { java {
@ -10,13 +8,5 @@ sourceSets {
dependencies { dependencies {
compile project(':core') compile project(':core')
providedCompile project(':apps:jetty') compile project(':apps:jetty')
}
jar {
exclude { it.name == 'Servlet.class' }
}
war {
webXml = file('web.xml')
} }