From fa54014b47c9893f56224fd086a779f74d70e526 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Mar 2018 12:38:49 +0300 Subject: notifications: bootJar configuration --- juick-notifications/build.gradle | 4 ++++ juick-notifications/src/main/webapp/WEB-INF/web.xml | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 juick-notifications/src/main/webapp/WEB-INF/web.xml (limited to 'juick-notifications') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 099e5e29..a8596755 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -15,6 +15,10 @@ dependencies { compileJava.options.encoding = 'UTF-8' +bootJar { + launchScript() +} + configurations { all*.exclude module: 'commons-logging' } diff --git a/juick-notifications/src/main/webapp/WEB-INF/web.xml b/juick-notifications/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index a57cceb9..00000000 --- a/juick-notifications/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file -- cgit v1.2.3