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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -