From 7653ad911d8016beee63ec362d791cd0e1e98c44 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Sat, 3 Sep 2016 03:34:22 +0200 Subject: [PATCH] Bintray stuff --- bintray.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bintray.json b/bintray.json index c37fe399b..35735dcae 100755 --- a/bintray.json +++ b/bintray.json @@ -9,7 +9,7 @@ }, "files": [ { - "includePattern": "build/libs(.*)*/(.*\\.jar)", + "includePattern": "build/libs/(.*)", "uploadPattern": "/$1" } ],