Hi everyone
Just to let you know that after receiving no objections in the Dev list, I've pushed a release of the Gradle plugin to fix the issue where the GRADLE_USER_HOME was always being set to the workspace of the job rather than the previous behaviour of not setting it explicitly (Issue 17386:
https://issues.jenkins-ci.org/browse/JENKINS-17386 )
Thanks to Nicolas de Loof's change, there is now an option to use the workspace as the GRADLE_USER_HOME setting. Therefore if you DO wish to use the home directory as the GRADLE_USER_HOME you will need to make a change to you config to select this option.
Hopefully I've done the release ok and it fixes people's issues.
Big thanks again to Nicolas for the actual code fix.
Richard.