forked from I2P_Developers/i2p.i2p
Addressbook has moved from war to jar
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
apply plugin: 'war'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
@ -10,13 +8,5 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
providedCompile project(':apps:jetty')
|
||||
}
|
||||
|
||||
jar {
|
||||
exclude { it.name == 'Servlet.class' }
|
||||
}
|
||||
|
||||
war {
|
||||
webXml = file('web.xml')
|
||||
compile project(':apps:jetty')
|
||||
}
|
||||
|
Reference in New Issue
Block a user