Closed warnyul closed 4 years ago
Workaround:
publications = project.publishing.publications.findAll { !it.name.contains('-test') }.collect {
println("Uploading artifact '$it.groupId:$it.artifactId:$it.version' from publication '$it.name'")
it.name // << WORKAROUND IS HERE
}
It looks like https://github.com/bintray/gradle-bintray-plugin/pull/228 can fix it.
Probably, it fix it, however there are two typo. See #257
When will you fix the bug? PR waiting more time that 1 year
If this is merged, can we cut a bugfix release with it?
This issue is blocking me as well. The workaround is not working using kotlin-dsl.
Use plugin version 1.8.4-jetbrains-3
I don't see that plugin version anywhere. Can you give more explanation how to use it?
Also to the Bintray team, what's the hold-up on publishing the merged fix for such an obvious typo in your code?
I don't see that plugin version anywhere. Can you give more explanation how to use it?
Also to the Bintray team, what's the hold-up on publishing the merged fix for such an obvious typo in your code?
You may need 'kotlin-eap' repository? I'm not sure. You may get help from my project here, see 'build.gradle.kts'
Ah close actually. Just tracked it down in maven(url="https://dl.bintray.com/jetbrains/kotlin-native-dependencies")
Still radio silence from Jfrog. Guess it's back to filing jira tickets on Sonatype.
For what it's worth, you can upload to bintray without the bintray plugin, just using the maven-publish
plugin. It's working well with multiplatform artifacts and is bundled inside Gradle. For an exemple, you can check https://github.com/paug/openfeedback-android-sdk/blob/master/build.gradle.kts#L86
Apologies for not being able to attend to this sooner! Version 1.8.5 with https://github.com/bintray/gradle-bintray-plugin/pull/257 is now released.
Thank you, much appreciated!
I have the following configuration on my multiplatform projects (android, common, js, native)
When I run bintray upload, I get following error: