From b0570e41fce1e448552bb47d3edc2a6c214d68e8 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Sat, 3 Sep 2016 03:28:28 +0200 Subject: [PATCH] Bintray stuff --- bintray.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bintray.json b/bintray.json index 1d9b8825d..c37fe399b 100755 --- a/bintray.json +++ b/bintray.json @@ -4,11 +4,13 @@ "repo": "refinedstorage", "subject": "raoulvdberge" }, + "version": { + "name": "1.0" + }, "files": [ { - "includePattern": "build/libs(.*)*/(.*\\.gem)", - "excludePattern": ".*/do-not-deploy/.*", - "uploadPattern": "gems/$2" + "includePattern": "build/libs(.*)*/(.*\\.jar)", + "uploadPattern": "/$1" } ], "publish": true