Open JLLeitschuh opened 7 years ago
bump. is this plugin intended to allow publishing snapshots to OJO?
https://stackoverflow.com/questions/47872069/confused-about-process-to-publish-snapshots-to-bintray
no, you need to use https://www.jfrog.com/confluence/display/RTF/Gradle+Artifactory+Plugin instead.
According to this document: https://www.jfrog.com/confluence/display/RTF/Deploying+Snapshots+to+oss.jfrog.org I should be able to publish my snapshot builds to jfrog bintray. I asked and have been granted permission to have my artifacts and snapshots hosted on jfrog. This is my project: https://bintray.com/jlleitschuh/maven-artifacts/kotlin-guiced
I'm trying to publish a snapshot
0.0.3-SNAPSHOT
tooss-snapshot-local
using this plugin. I'm not seeing any documentation about how to do so.When I try with the current config I get an error:
Is there some different configuration I need to support this? This is the code I'm using to configure publishing to bintray: https://github.com/JLLeitschuh/kotlin-guiced/blob/master/kotlin-guiced.gradle.kts#L38-L51