aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r--juick-core/build.gradle15
1 files changed, 15 insertions, 0 deletions
diff --git a/juick-core/build.gradle b/juick-core/build.gradle
new file mode 100644
index 00000000..bb10c52b
--- /dev/null
+++ b/juick-core/build.gradle
@@ -0,0 +1,15 @@
+apply plugin: 'java'
+
+repositories {
+ mavenCentral()
+}
+
+dependencies {
+ compile project(':deps:com.juick.xmpp')
+ compile 'org.apache.httpcomponents:httpclient:4.5.1'
+ compile 'org.apache.commons:commons-lang3:3.4'
+ compile "org.springframework:spring-jdbc:4.3.1.RELEASE"
+ compile 'org.json:json:20151123'
+}
+
+compileJava.options.encoding = 'UTF-8' \ No newline at end of file