Merge branch '3.0.x' into 3.1.x

Closes gh-36622
pull/36766/head
Andy Wilkinson 1 year ago
commit 3ba5f501ea

@ -236,8 +236,8 @@ public class GradleBuild {
GradleRunner gradleRunner = GradleRunner.create() GradleRunner gradleRunner = GradleRunner.create()
.withProjectDir(this.projectDir) .withProjectDir(this.projectDir)
.withPluginClasspath(pluginClasspath()); .withPluginClasspath(pluginClasspath());
if (this.dsl != Dsl.KOTLIN && !this.configurationCache) { if (!this.configurationCache) {
// see https://github.com/gradle/gradle/issues/6862 // See https://github.com/gradle/gradle/issues/14125
gradleRunner.withDebug(true); gradleRunner.withDebug(true);
} }
if (this.gradleVersion != null) { if (this.gradleVersion != null) {

Loading…
Cancel
Save