aboutsummaryrefslogtreecommitdiffstats
path: root/lib/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-17 16:41:42 -0700
committerKenny Root <kenny@the-b.org>2015-07-18 01:05:32 -0700
commit5531342e2b1b4a721947063836e15171bed8a3ac (patch)
treef1c2c783a104603f5340e87b4d098915873e9ae6 /lib/build.gradle
parenta303d63569a47ea5d9d54d699cd7d62752132b69 (diff)
downloadsshlib-5531342e2b1b4a721947063836e15171bed8a3ac.tar.gz
sshlib-5531342e2b1b4a721947063836e15171bed8a3ac.tar.bz2
sshlib-5531342e2b1b4a721947063836e15171bed8a3ac.zip
Set up initial skeleton of project
Diffstat (limited to 'lib/build.gradle')
-rw-r--r--lib/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
new file mode 100644
index 0000000..4955fe6
--- /dev/null
+++ b/lib/build.gradle
@@ -0,0 +1,6 @@
+apply plugin: 'java'
+
+dependencies {
+ compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile 'com.jcraft:jzlib:1.1.3'
+}