Im working with gradle (2.8) to build,test our Spring java(1.8) applications
I have installed OSX Sierra last week, but sometime this week, my gradle clean test took 7-10 min to run instead of 15sec!!!
the build was hanging at this line...
Building 55% > :sandbox-core:compileJava > Resolving dependencies ':sandbox-core:compile' > Resolving dependencies 'detachedConfiguration3' > Resolving dependencies 'detachedConfiguration4'
incrementing the Resolving dependencies 'detachedConfigurationXXX' by 1 every now and then!!
once those detachedConfiguration were done, the test were running fine ..
But it took 7-10 min.
This is making me crazy!