gradle: how to generate a bundle file with dependency=version in it -
in gradle generate "bundle" file - 1 external dependencies , internal modules, like
log4j=1.2 my.company.api=1.3
so presume need override build task, access dependencies of root project , iterate on them? best/most elegant way solve it?
thanks.
you can gradle-dependency-lock-plugin (https://github.com/nebula-plugins/gradle-dependency-lock-plugin), generate bundle file (and use lock down dynamic dependencies)
Comments
Post a Comment