Started by
shadowmaster2119
on
Topic category: General discussion
On 2020.1 the gradle tasks seem to take about 5 times as long to compile and to save every little change, does anybody know why? is it just because there is a lot more that the gradle has to go through to make sure it has covered everything?
This should not happen, except for some first few builds. Internet connection and disk speed play a big role with Gradle tasks.
But keep in mind we just run a Gradle build system when needed and it is not really controlled by us how it behaves.
Ok Thanks Klemen!