Fix test project gradle debug flag is wrongly propagated to the build
This commit is contained in:
+3
-3
@@ -67,9 +67,9 @@ fun KGPBaseTest.project(
|
|||||||
projectPath,
|
projectPath,
|
||||||
buildOptions,
|
buildOptions,
|
||||||
gradleVersion,
|
gradleVersion,
|
||||||
enableGradleDebug,
|
forceOutput = forceOutput,
|
||||||
forceOutput,
|
enableBuildScan = enableBuildScan,
|
||||||
enableBuildScan
|
enableGradleDebug = enableGradleDebug,
|
||||||
)
|
)
|
||||||
localRepoDir?.let { testProject.configureLocalRepository(localRepoDir) }
|
localRepoDir?.let { testProject.configureLocalRepository(localRepoDir) }
|
||||||
if (buildJdk != null) testProject.setupNonDefaultJdk(buildJdk)
|
if (buildJdk != null) testProject.setupNonDefaultJdk(buildJdk)
|
||||||
|
|||||||
Reference in New Issue
Block a user