Richard Gomez
06/17/2022, 3:01 PMChris Lee
06/17/2022, 3:01 PMRichard Gomez
06/17/2022, 3:05 PMmvn dependency:tree
or other related commands (not sure if Gradle build scan is something I can run separately).Richard Gomez
06/17/2022, 3:06 PMChris Lee
06/17/2022, 3:07 PMRichard Gomez
06/17/2022, 3:08 PMRichard Gomez
06/17/2022, 3:08 PMChris Lee
06/17/2022, 3:09 PMAlexey Belkov [JB]
06/17/2022, 3:09 PMRichard Gomez
06/17/2022, 3:39 PMrm -rf
and try again. 🙂Richard Gomez
06/17/2022, 3:39 PMwasyl
06/20/2022, 11:34 AMWhen in doubt,Fyi a good alternative isand try again. 🙂rm -rf
git clean -fxdn
which will list all non-tracked files to delete. Then if all looks good, git clean -fxd
to remove them. This is basically a clean git clone
that leaves all your local branches but clears IJ, build and Gradle stuff