Join Slack
Communities
Powered by
How are Kotlin's Maven artifacts published to Mave...
# random
m
Marc Knaup
07/10/2019, 8:00 PM
How are Kotlin's Maven artifacts published to Maven Central? Through Sonatype Nexus? Or is there a simpler/more reliable way? 🙂
f
Fudge
07/10/2019, 10:43 PM
Do you mean a Kotlin MPP? Would publishing to Bintray also work?
m
Marc Knaup
07/10/2019, 10:53 PM
No, how Kotlin itself is published. It's a big project and Sonatype is paaaaainfully slow and unreliable so I wonder if there's a better way.
h
h0tk3y
07/10/2019, 11:12 PM
Yes, it's Sonatype Nexus indeed for Kotlin.
h0tk3y
07/10/2019, 11:13 PM
You may setup a Bintray repo to sync a package with Maven Central, maybe that will work better for you:
https://www.jfrog.com/confluence/display/BT/Syncing+with+Third-Party+Platforms
m
Marc Knaup
07/10/2019, 11:23 PM
I'm surprised you can actually publish Kotlin to Nexus 😮 Even small files take minutes for me to upload with plenty of read timeouts. It's been like that for months now. Thank you, will check out the publishing through Bintray 🙂
g
gildor
07/11/2019, 2:01 AM
Bintray does the same, just sync with Sonatype
3
Views
Open in Slack
Previous
Next