Minor: fix naming

This commit is contained in:
Alexey Tsvetkov
2017-01-13 08:21:02 +03:00
parent a56c92f28d
commit c2a125ff1c
@@ -194,8 +194,8 @@ internal class GradleCompilerRunner(private val project: Project) : KotlinCompil
workingDir = environment.workingDir,
customCacheVersion = GRADLE_CACHE_VERSION,
customCacheVersionFileName = GRADLE_CACHE_VERSION_FILE_NAME,
reportedCategories = reportCategories(verbose),
reportedSeverity = reportSeverity(verbose),
reportCategories = reportCategories(verbose),
reportSeverity = reportSeverity(verbose),
requestedCompilationResults = arrayOf(CompilationResult.IC_COMPILE_ITERATION.code),
compilerMode = CompileService.CompilerMode.INCREMENTAL_COMPILER,
targetPlatform = CompileService.TargetPlatform.JVM