aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-16 05:57:40 -0700
committerKenny Root <kenny@the-b.org>2015-09-16 05:57:40 -0700
commit500b943a7d064101bc258a5c81fed9bf2567d7b1 (patch)
tree4fe3bb8e406aafd2a2c77b97a6f5d0d2dc8dd059
parenta6928be1f214a12b496982e3e7f7d6c511c619ff (diff)
downloadsshlib-500b943a7d064101bc258a5c81fed9bf2567d7b1.tar.gz
sshlib-500b943a7d064101bc258a5c81fed9bf2567d7b1.tar.bz2
sshlib-500b943a7d064101bc258a5c81fed9bf2567d7b1.zip
Remove now unneeded repository URL
-rw-r--r--sshlib/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/sshlib/build.gradle b/sshlib/build.gradle
index 62de4fe..e22fe39 100644
--- a/sshlib/build.gradle
+++ b/sshlib/build.gradle
@@ -11,12 +11,6 @@ apply plugin: 'java'
apply plugin: 'com.jfrog.bintray'
apply from: "${rootDir}/publish.gradle"
-repositories {
- maven {
- url 'https://dl.bintray.com/connectbot/maven/'
- }
-}
-
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.jcraft:jzlib:1.1.3'