Hello. I'm new to Kotlin and Gradle, and I'm havin...
# gradle
g
Hello. I'm new to Kotlin and Gradle, and I'm having a problem publishing to Bintray: The version (e.g.,
0.0.6
) gets published properly but a second version named after the artifact id (
relaynet-core-jvm
) gets published along with it. I have no idea what's publishing that second version. Here's my
publishing
closure: https://github.com/relaycorp/relaynet-core-jvm/blob/39bc842184c8c35b1a33734c02961270072a478d/build.gradle.kts#L100-L138. Everything else seems to work OK. Any idea what could be happening?
m
It's bintray bug if your Gradle version is 6.0+ See workaround here: https://github.com/gradle/gradle/issues/11412
3