Hello,
I need my gradle plugin to determine its own version when applied in the user project so that it can further configure the project with some dependencies accordingly. How can I achieve this in the best way?
More context on the plugin - it’s a supplementary plugin for an internal library and will be released together with the same version, just like spring-boot gradle plugin.
Thanks!