Fix bad property name introduced in the fix for #KT-23085

This commit is contained in:
Sergey Igushkin
2018-03-13 14:16:36 +03:00
parent 48fb3db7ba
commit c0a17f72a7
@@ -692,7 +692,7 @@ internal fun configureJavaTask(kotlinTask: KotlinCompile, javaTask: AbstractComp
if (isBuildCacheSupported()) {
dir(kotlinTask.destinationDir)
.withNormalizer(CompileClasspathNormalizer::class.java)
.withPropertyName("${kotlinTask.name} output classes")
.withPropertyName("${kotlinTask.name}OutputClasses")
}
else {
dirCompatible(kotlinTask.destinationDir)