-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bintray upload throws: could not get unknown property 'conf' error on Kotlin multiplatform projects #256
Comments
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 #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 |
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 |
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 |
Apologies for not being able to attend to this sooner! |
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:
The text was updated successfully, but these errors were encountered: