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,
|
||||
buildOptions,
|
||||
gradleVersion,
|
||||
enableGradleDebug,
|
||||
forceOutput,
|
||||
enableBuildScan
|
||||
forceOutput = forceOutput,
|
||||
enableBuildScan = enableBuildScan,
|
||||
enableGradleDebug = enableGradleDebug,
|
||||
)
|
||||
localRepoDir?.let { testProject.configureLocalRepository(localRepoDir) }
|
||||
if (buildJdk != null) testProject.setupNonDefaultJdk(buildJdk)
|
||||
|
||||
Reference in New Issue
Block a user