cdxgen
cdxgen copied to clipboard
[scala] Support for mill build tool
https://github.com/com-lihaoyi/mill
- Look for build.sc files
- Execute the below command to get the full dependency tree
mill ivyDepsTree
- Existing utils functions might work with some enhancements, such as replacing Unicode characters. Note the root dependency appears to be missing in the tree.
Sample trees
@puchta, is this something you would like to contribute?
@prabhu I can try
https://mill-build.com/mill/Intro_to_Mill_for_Java.html Also supports java