3

I'm looking around in my ~/.gradle folder (relocated to P:\caches\gradle, which doesn't affect this behaviour) and I found some strange folders.

In the past I have updated multiple projects from 2.0 to 2.1 via running gradle wrapper which updated project\gradle\wrapper\gradle-wrapper.properties

I just found out that for some reason the exact same distributionUrl zip file was downloaded multiple times. As you can see they all have the same size and I did a binary diff, they're the same bit by bit except the timestamps:

enter image description here

The contents of each folder above look like this:

enter image description here

I just updated from 2.2 to 2.2.1 and it happened again: this time it's 2 folders not 3. Does anyone know why this happens?

I'm using Gradle from both IntelliJ Idea and the command line.

TWiStErRob
  • 44,762
  • 26
  • 170
  • 254
  • Possible duplicate of [Why there are multiple copies for the same version of gradle](https://stackoverflow.com/questions/30617070/why-there-are-multiple-copies-for-the-same-version-of-gradle) – tkruse Dec 05 '17 at 07:51
  • Possible duplicate of [.gradle retains multiple copies of Gradle distributions](https://stackoverflow.com/questions/28339270/gradle-retains-multiple-copies-of-gradle-distributions) – TWiStErRob Sep 12 '18 at 13:58

0 Answers0