Open galenlin opened 8 years ago
Hi @galenlin, I think that the error message you're getting is related to the issue discussed here.
Thank you for response and sorry for the typing error in title. (Hot
should always be How
)
@galenlin, please let us know if the fix released as part of version 1.6 and described in https://github.com/bintray/gradle-bintray-plugin/galenlinissues/81 resolves this issue as well.
@eyalbe4 Thank you sir, it works! The only problem is while I upgrade from 1.4 to 1.6, it seems to download a mess of dependencies.
Thanks for the feedback @galenlin. I'm glad it resolved the issue. What do you mean by "download a mess of dependencies"? There are a few new dependencies required by the plugin.
I'm working on gradle plugin. Following is my project structure: While I execute command
gradlew -p buildSrc bintrayUpload
, it raise an error:Where the
buildSrc
should begradle-small
. How to fix that?I also set
rootProject.name = 'gradle-small'
in thesettings.gradle