Fix test project gradle debug flag is wrongly propagated to the build

This commit is contained in:
Yahor Berdnikau
2022-08-24 10:45:02 +02:00
committed by Space
parent 409a85f552
commit e6150f5ef8
@@ -67,9 +67,9 @@ fun KGPBaseTest.project(
projectPath,
buildOptions,
gradleVersion,
enableGradleDebug,
forceOutput,
enableBuildScan
forceOutput = forceOutput,
enableBuildScan = enableBuildScan,
enableGradleDebug = enableGradleDebug,
)
localRepoDir?.let { testProject.configureLocalRepository(localRepoDir) }
if (buildJdk != null) testProject.setupNonDefaultJdk(buildJdk)