forked from I2P_Developers/i2p.i2p
Correct Jar/War split for addressbook, snark and i2ptunnel
This commit is contained in:
@@ -13,6 +13,10 @@ dependencies {
|
||||
providedCompile project(':apps:jetty')
|
||||
}
|
||||
|
||||
jar {
|
||||
exclude { it.name == 'Servlet.class' }
|
||||
}
|
||||
|
||||
war {
|
||||
webXml = file('web.xml')
|
||||
}
|
||||
|
Reference in New Issue
Block a user