Hello,
I created a pull request [1] as a first attempt at addressing GRADLE-2466 [2], and I have a few questions about the approach. In particular, is it appropriate: * for the new property to be typed as List<String>? * for the new property to be named DefaultJvmOpts (instead of GradleOpts, perhaps) * to set DefaultJvmOpts on the script generator (instead of somehow actually setting GRADLE_OPTS itself) Other feedback also welcome, of course. Thanks, Dan [1] https://github.com/gradle/gradle/pull/171 [2] http://issues.gradle.org/browse/GRADLE-2466