aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-ft/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp-ft/build.gradle')
-rw-r--r--juick-xmpp-ft/build.gradle23
1 files changed, 0 insertions, 23 deletions
diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle
deleted file mode 100644
index 2bef7852..00000000
--- a/juick-xmpp-ft/build.gradle
+++ /dev/null
@@ -1,23 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'war'
-apply plugin: 'org.akhikhl.gretty'
-apply plugin: 'com.github.ben-manes.versions'
-
-dependencies {
- compile project(':juick-server')
- compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}"
- providedRuntime 'mysql:mysql-connector-java:5.1.40'
-}
-
-compileJava.options.encoding = 'UTF-8'
-
-gretty {
- httpPort = 8080
- contextPath = ''
- servletContainer = 'tomcat8'
-}
-
-configurations {
- all*.exclude module: 'commons-logging'
-}
-