Changeset 62d34f5
- Timestamp:
- Oct 31, 2017 8:14:21 AM (3 years ago)
- Branches:
- master
- Children:
- a0b316e
- Parents:
- 113f2c4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/addressbook/build.gradle
r113f2c4d r62d34f5 1 apply plugin: 'war'2 3 1 sourceSets { 4 2 main { … … 11 9 dependencies { 12 10 compile project(':core') 13 providedCompile project(':apps:jetty')11 compile project(':apps:jetty') 14 12 } 15 16 jar {17 exclude { it.name == 'Servlet.class' }18 }19 20 war {21 webXml = file('web.xml')22 }
Note: See TracChangeset
for help on using the changeset viewer.