aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-18 10:03:27 -0700
committerKenny Root <kenny@the-b.org>2015-07-18 10:03:27 -0700
commit85ce71ea98f56964b3ead2478dcba8d1d10901b6 (patch)
tree51ec075b9e88e4f5947d605a52859c88f67340fc /gradle.properties
parent2e9742b29181feeba61bb032196fef633178b89f (diff)
downloadsshlib-85ce71ea98f56964b3ead2478dcba8d1d10901b6.tar.gz
sshlib-85ce71ea98f56964b3ead2478dcba8d1d10901b6.tar.bz2
sshlib-85ce71ea98f56964b3ead2478dcba8d1d10901b6.zip
Add auto-publishing via Travis
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 1d3591c..dec6a2b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,4 @@
+#Sat, 18 Jul 2015 09:36:26 -0700
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
@@ -15,4 +16,14 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true \ No newline at end of file
+# org.gradle.parallel=true
+
+version=2.2.0-SNAPSHOT
+group=org.connectbot
+description=SSH library used in the ConnectBot app
+
+bintrayUser=dummyUser
+bintrayApiKey=dummyApiKey
+
+officialJdk=oraclejdk7
+gitHubUrl=https\://github.com/connectbot/sshlib