JacobAMason / FTCDevSuite

3.. 2.. 1.. Charge!
1 stars 1 forks source link

Gradle cache isn't relative #4

Closed JacobAMason closed 8 years ago

JacobAMason commented 8 years ago

According to https://issues.gradle.org/browse/GRADLE-2690 Gradle's caching system uses absolute paths instead of relative ones. The cache the installer includes won't work on a machine with a different username for this reason. However, the only thing Gradle is doing is grabbing checksums, so it's not actually re-downloading the files in the cache. The location of Gradle on the target machine will have to have the same absolute path, so something like C:\Gradle is optimal.

FYI @tomeng70

JacobAMason commented 8 years ago

Fixed by 05166ecbe4de0c558a2e652737869feb491498e2