Current we use gradle 8.9, and find sometimes Dependency Resolution take amount of time.
we already use nexus mirror repository.
I test multiple times with “–profile”:
1.All dependencies 1h17m54.60s
2.All dependencies 9m31.40s
3.All dependencies 27m7.80s
4.All dependencies 15.316s <-------- should be correct
5.All dependencies 14.157s <-------- should be correct
Is there any ways to troubleshoot problems like this ?