gradle-revapi
gradle-revapi copied to clipboard
Thank you!
Hey palantir team,
Thank you very much for this opensource project, It enabled me to write my own gradle plugin that checks the binary compatibility for scala. I really liked the git tag idea and resovling an artifact that is the same as the project would have taken me several days without this example!
https://github.com/borissmidt/gradle-mima-plugin (its still very rough)
might have a question on how you cache the dependencies between builds? Is that what the config manager is for? I currently skip it but i don't think it is good practice.
I think understand that a property is a mutable variable with tracking to check if it was changed since the previous build. But it isn't clear to me on how i could cache the dependencies with it.