This message was deleted.
# community-support
s
This message was deleted.
t
What do you think about concept map of Buck2? I am just discovering it, and feels like a hodgepodge: language, dependency terminology, common build terminology, specific files of Buck. I find it really hard to understand. Anyway, I am not aware of any concept map for gradle, but you may find some stuff into docs such as dependency terminology. Blog is also a good starting point depending of what you want to understand (thinking about how gradle works serie)
b
yeah, i don’ tfind that map helpful, but i don’t know any buck concepts. i do find something like THIS useful: https://buck2.build/docs/concepts/glossary/ gradle has something simlar for dep management: https://docs.gradle.org/current/userguide/dependency_management_terminology.html but could be interesting to have a more thorough glossary
t
For plugins, reference is https://github.com/jjohannes/gradle-plugins-howto#choices-for-implementing-a-plugin ; should be into official documentation imho 🙂