diff options
author | Vitaly Takmazov | 2018-01-12 10:20:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-12 10:20:16 +0300 |
commit | 8b245d2df742321b575cb8295518f6e22790ba87 (patch) | |
tree | 3e882564c7134106ad8ffbb806c1b8605df1ac36 /juick-crosspost/build.gradle | |
parent | 170503cf246d2d3f1b99f9adb26fa181690646c6 (diff) |
api: merge crosspost application
Diffstat (limited to 'juick-crosspost/build.gradle')
-rw-r--r-- | juick-crosspost/build.gradle | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/juick-crosspost/build.gradle b/juick-crosspost/build.gradle deleted file mode 100644 index 1c0dc931..00000000 --- a/juick-crosspost/build.gradle +++ /dev/null @@ -1,21 +0,0 @@ -apply plugin: 'java' -apply plugin: 'war' -apply plugin: 'org.akhikhl.gretty' - -dependencies { - compile project(':juick-server-web') - compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}" - compile "org.springframework.social:spring-social-twitter:1.1.2.RELEASE" -} - -compileJava.options.encoding = 'UTF-8' - -gretty { - httpPort = 8080 - contextPath = '' - servletContainer = 'tomcat8' -} - -configurations { - all*.exclude module: 'commons-logging' -}
\ No newline at end of file |