From f3a84f672f6fff3e16b83d47991dd764b381c63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Kuni=C3=9F?= Date: Wed, 27 Apr 2016 12:35:52 +0200 Subject: [PATCH] enabling publishing to Maven Central after library has been linked to Bintray's jCenter, what is a precondition --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa45049..65f0f1f 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,6 @@ if (project.plugins.hasPlugin('com.github.oehme.sobula.bintray-release')) bintray.user = "javaposworkinggroup" bintray.pkg.version.mavenCentralSync.user = "kuniss" - bintray.pkg.version.mavenCentralSync.sync = false // will later be removed when package has been added to Bintray's jCenter as this a precondition for populating to Maven Central } if (project.plugins.hasPlugin('maven'))