Skip to content
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

Improve "Skipping" log message of bintrayUpload task. #175

Merged
merged 2 commits into from
Apr 28, 2017

Conversation

artem-zinnatullin
Copy link
Contributor

Just spent an hour trying to understand why my project was not uploading to bintray, turned out I made a typo in env variable name that was passing api key.

Had to read gradle-bintray-plugin sources and found out that message:

Skipping task myModule

Was actually meaning that bintrayUpload task will be skipped in myModule!

So I specified the reason and made task format more similar to what Gradle usually outputs i.e.:

Skipping task ':myModule:compileJava' as it has no source files and no previous output files.

@eyalbe4
Copy link
Contributor

eyalbe4 commented Apr 13, 2017

Thanks for reporting this @artem-zinnatullin.
Can you please join our contributors community by signing JFrog's CLA so that we can merge your code?

@artem-zinnatullin
Copy link
Contributor Author

Done. I've noticed that you don't have public CI in this repo, hadn't I broke Groovy string formatting? (I made PR right on GitHub)

@eyalbe4 eyalbe4 merged commit 086b52a into bintray:master Apr 28, 2017
@artem-zinnatullin artem-zinnatullin deleted the patch-1 branch April 18, 2018 19:04
philandstuff added a commit to alphagov/gds_metrics_dropwizard that referenced this pull request Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants