java - How to find out what makes gradle slow when not in offline mode -
my build runs 10 seconds when every project date. today every project takes on average 40 sec complete. when turn --offline mode on, runs fast again. there has slows down - related trying communicate external resources. there way figure out causes slow down? gradle version 2.14.1
update: here build scan:
a way idea what's slow in build execute project build scan capability enabled. build scan give break down on time spent. if post link build scan can further analyze issue.
Comments
Post a Comment