From c2a125ff1c8566a4ee52f3b24e07796d771ed791 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Fri, 13 Jan 2017 08:21:02 +0300 Subject: [PATCH] Minor: fix naming --- .../kotlin/compilerRunner/GradleKotlinCompilerRunner.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt index c51acafe9ba..bac973cba61 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt @@ -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