|
|
|
|
|
by SnorkelTan
521 days ago
|
|
Are there any command line tools that will help me with the drudgery of diving into an existing Java project using gradle and say something like “please update the dependencies of this package to this version using the existing project conventions in the entire project”? And give a changeset I can start validating and reviewing? Most of my experiments have been IntelliJ plugins. I like what they have to offer but feel like they are quite far away from the unified understanding of the specific very complicated codebase I have to work in. |
|
use git to manage chage tracking/review
trying to get it to swallow the whole project though as context will likely give you poor results depending on the project size.