forked from I2P_Developers/i2p.i2p
Gradle build scripts for remaining apps
This commit is contained in:
18
apps/addressbook/build.gradle
Normal file
18
apps/addressbook/build.gradle
Normal file
@@ -0,0 +1,18 @@
|
||||
apply plugin: 'war'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'java/src'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
providedCompile project(':apps:jetty')
|
||||
}
|
||||
|
||||
war {
|
||||
webXml = file('web.xml')
|
||||
}
|
Reference in New Issue
Block a user