You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For publishing the initial version, everything was done without using Gradle Bintray plugin:
call publishToMavenLocal Gradle target
go to ~/.m2/repository
zip (I tested only on this format, tar.gz doesn't work) the top-level directory found there
create a new version on Bintray
select an option to upload the files
upload the ZIP file there, selecting that it should explode the archive
publish the uploaded files
I don't yet know how to publish some next version. When I was doing it for 1.0.0 - > 0.1.0-beta, I got some messages that it's not possible to overwrite some files. That's why the Gradle Bintray plugin may be necessary to for it, because it has some option like overwrite.
I managed to publish 0.2.0-beta version, but with one difference in the above list of steps. Before zipping, I had to rename all files maven-repo-local.xml to maven-repo.xml. Otherwise, Bintray was saying that the file already exists.
It's a mitigation of not having #1 done.
The text was updated successfully, but these errors were encountered: