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

Provide simple sample #41

Open
Fbada006 opened this issue Mar 5, 2020 · 3 comments
Open

Provide simple sample #41

Fbada006 opened this issue Mar 5, 2020 · 3 comments
Labels
question Further information is requested

Comments

@Fbada006
Copy link

Fbada006 commented Mar 5, 2020

Could you please provide a simple sample app for groovy to get started easily? The docs are not naturally intuitive.
As it is, I have not been able to generate the graph and I am not sure if it is the library itself or a wrong setup.

@robichaudc
Copy link

I would second this, I have 2 different projects that have the same lines added in build.gradle, but one works and the other doesn't.

Setting failOnError to true doesn't have any effect and I'm not sure how else to debug

@arunkumar9t2
Copy link
Owner

Hi thanks for reporting, since version 0.2.0, I have tried to make it simple especially for multi-module projects. Adding the scabbard plugin and the configuration in the root build.gradle file should be enough.

This is a sample setup: https://github.com/arunkumar9t2/scabbard/blob/master/samples/coffee-java/build.gradle

@robichaudc for next version I plan on adding diagnostics to help in identifying issues in the mean time are you able to share Kotlin, Dagger Version, AGP version of the project that is not working? Thanks!

@Fbada006 would love to hear feedback on how docs could be improved, thanks. Please let me know if above sample helps.

@arunkumar9t2 arunkumar9t2 added the question Further information is requested label Apr 10, 2020
@Fbada006
Copy link
Author

Hello.
Thanks for getting back to me.
As I was going through the sample, it was difficult figuring out what goes where not to mention that the samples do not use Groovy, which is more popular.
Here are my suggestions:

  1. Set up a complete but simple sample of Groovy to quickly get users started.
  2. Perhaps a known issues section to help users. This is because I had problems determining what was going wrong. To be honest, I kinda stumbled onto the solution and I am not sure if I could do it again.
  3. This is a question. Is the library supposed to show the graph whether or not the build is successful? Because for unsuccessful builds, there is no graph generated.
    Thanks once again.
    Really helpful library here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants