Karumi / Dexter

Android library that simplifies the process of requesting permissions at runtime.
http://karumi.com
Apache License 2.0
5.23k stars 671 forks source link

Unable to publish new releases in Sonatype #254

Closed Serchinastico closed 4 years ago

Serchinastico commented 4 years ago

Last successful release was 6.0.2 but we are unable to release 6.1.0.

See if it's a problem with gradle, with sonatype or what is it.

Serchinastico commented 4 years ago

We were using a really old version of Chris Banes's gradle-mvn-push script and it was updated recently to use the new maven-publisher plugin that comes with Gradle 3.6.0. Unfortunately, our project is still not ready to use it and so, it fails to release anything.

I'm now loading the old version of the script so that we can think later on how do we update our build.gradle configuration to use the new features.