Add missing Gradle task input path sensitivity
Fix after the commit 0f003802f
This commit is contained in:
+1
@@ -192,6 +192,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments>() : AbstractKo
|
||||
internal var sourceSetName: String by Delegates.notNull()
|
||||
|
||||
@get:InputFiles
|
||||
@get:PathSensitive(PathSensitivity.RELATIVE)
|
||||
internal var commonSourceSet: Iterable<File> = emptyList()
|
||||
|
||||
@get:Input
|
||||
|
||||
Reference in New Issue
Block a user