Minor: fix naming
This commit is contained in:
+2
-2
@@ -194,8 +194,8 @@ internal class GradleCompilerRunner(private val project: Project) : KotlinCompil
|
|||||||
workingDir = environment.workingDir,
|
workingDir = environment.workingDir,
|
||||||
customCacheVersion = GRADLE_CACHE_VERSION,
|
customCacheVersion = GRADLE_CACHE_VERSION,
|
||||||
customCacheVersionFileName = GRADLE_CACHE_VERSION_FILE_NAME,
|
customCacheVersionFileName = GRADLE_CACHE_VERSION_FILE_NAME,
|
||||||
reportedCategories = reportCategories(verbose),
|
reportCategories = reportCategories(verbose),
|
||||||
reportedSeverity = reportSeverity(verbose),
|
reportSeverity = reportSeverity(verbose),
|
||||||
requestedCompilationResults = arrayOf(CompilationResult.IC_COMPILE_ITERATION.code),
|
requestedCompilationResults = arrayOf(CompilationResult.IC_COMPILE_ITERATION.code),
|
||||||
compilerMode = CompileService.CompilerMode.INCREMENTAL_COMPILER,
|
compilerMode = CompileService.CompilerMode.INCREMENTAL_COMPILER,
|
||||||
targetPlatform = CompileService.TargetPlatform.JVM
|
targetPlatform = CompileService.TargetPlatform.JVM
|
||||||
|
|||||||
Reference in New Issue
Block a user