I’m running gradle 1.0-milestone-7 on windows XP and have defined GRADLE_USER_HOME environment variable.
Still, the folder scriptCache ends up under the default path c:\Documents and Settings\<myUser>\ .gradle
I would have expected the scriptCache folder to end up at the location specified by the GRADLE_USER_HOME variable.
The contents of this folder is quite deep, and that ends up with a problem in this environment, since the paths are too deep for the profile network synchronization to work as expected.