Skip to content

Commit

Permalink
enabling publishing to Maven Central
Browse files Browse the repository at this point in the history
after library has been linked to Bintray's jCenter, what is a
precondition
  • Loading branch information
kuniss committed Apr 27, 2016
1 parent 86d8514 commit f3a84f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit f3a84f6

Please sign in to comment.