From 992d3813ece41683ecb0cbac9c76f5f44d1af7ef Mon Sep 17 00:00:00 2001 From: Andreas Linz Date: Thu, 14 Dec 2017 14:23:31 +0100 Subject: [PATCH] Add a missing comma to the bintray descriptor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😥 --- bintray.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bintray.json.tmpl b/bintray.json.tmpl index a8b677c..71a34ee 100644 --- a/bintray.json.tmpl +++ b/bintray.json.tmpl @@ -19,6 +19,6 @@ "includePattern": "deploy/(.*)", "uploadPattern": "/com/spreadshirt/continuation-token/$POM_VERSION/$1" } - ] + ], "publish": true }