I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 62d34f51 authored by str4d's avatar str4d
Browse files

Addressbook has moved from war to jar

parent 113f2c4d
No related branches found
No related tags found
No related merge requests found
apply plugin: 'war'
sourceSets { sourceSets {
main { main {
java { java {
...@@ -10,13 +8,5 @@ sourceSets { ...@@ -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')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment