Aero Wang
Aero Wang

Reputation: 9217

Where do IDEA download gradle to on macOS?

IDEA downloaded a gradle for one of my project and I have no idea where it stores to (not locally or globally), I like to reuse this file because my download speed is like 5kbps...

Where would I find the downloaded gradle file(e)?

Upvotes: 0

Views: 52

Answers (1)

yole
yole

Reputation: 97148

IntelliJ uses the standard Gradle wrapper to download Gradle distributions. The downloaded distributions are stored in ~/.gradle/wrapper/dists

Upvotes: 1

Related Questions