Apktool
Apktool copied to clipboard
Migrate to non-deprecated Sonatype.
https://central.sonatype.org/pages/ossrh-eol/#process-to-migrate
Workarounds
curl -H "Authorization: Bearer \
https://ossrh-staging-api.central.sonatype.com/manual/search/repositories?ip=any
curl -v -X POST \
-H "Authorization: Bearer " \
"https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/SupgY33a/47.199.246.162/org.apktool--default-repository"
My guide was dumb. Upload then do this
➜ Desktop curl -X POST -H "Authorization: Bearer {token}" https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/org.apktool -v
Make token via the User Token in Sonatype
This looks like the path to go - https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_portal_publisher_api
I'm not sure if this meet the requirements. I use vanniktech gradle-maven-publish-plugin, and Kotlin multiplatform-library-template use it too.
@sipsuru - thanks! That does look like a solid plugin with large adoption. I may try that one out.