From 0d810c30ff4feaf75b6bacea195e8f713340e284 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 23 Sep 2016 12:36:42 -0700 Subject: [PATCH] Document the binary{} directive. --- documentation/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/documentation/index.html b/documentation/index.html index 19e3641..48cac70 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -779,6 +779,28 @@ Now, all you need to do is to upload your package: ./kobaltw uploadBintray +

+ You can configure the bintray upload with the bintray directive inside + your Project: +

+
+    bintray {
+        publish = true
+        sign = true
+        autoGitTag = true
+    }
+

The following configuration parameters are supported:

+
+
autoGitTag
+
When the uploadBintray task is invoked, a git tag named as the version of the + project is automatically created and pushed to the origin
. +
publish
+
Files uploaded to Bintray in your personal space are automatically published.
+
sign
+
Sign all the uploaded files. This is a requirement if you are going to synchronize these + files to Maven Central once they're uploaded.
+
+

Profiles

Profiles allow you to run altered versions of your build file by using command