Fix bad property name introduced in the fix for #KT-23085
This commit is contained in:
+1
-1
@@ -692,7 +692,7 @@ internal fun configureJavaTask(kotlinTask: KotlinCompile, javaTask: AbstractComp
|
|||||||
if (isBuildCacheSupported()) {
|
if (isBuildCacheSupported()) {
|
||||||
dir(kotlinTask.destinationDir)
|
dir(kotlinTask.destinationDir)
|
||||||
.withNormalizer(CompileClasspathNormalizer::class.java)
|
.withNormalizer(CompileClasspathNormalizer::class.java)
|
||||||
.withPropertyName("${kotlinTask.name} output classes")
|
.withPropertyName("${kotlinTask.name}OutputClasses")
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dirCompatible(kotlinTask.destinationDir)
|
dirCompatible(kotlinTask.destinationDir)
|
||||||
|
|||||||
Reference in New Issue
Block a user