Gradle: Fix input annotation for the Webpack task
This commit is contained in:
+3
-1
@@ -46,8 +46,10 @@ open class KotlinWebpack : DefaultTask(), RequiresNpmDependencies {
|
|||||||
target.project.path + "@" + target.name + ":" + it.compilationName
|
target.project.path + "@" + target.name + ":" + it.compilationName
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@get:PathSensitive(PathSensitivity.ABSOLUTE)
|
||||||
|
@get:InputFile
|
||||||
val entry: File
|
val entry: File
|
||||||
@Input get() = compilation.compileKotlinTask.outputFile
|
get() = compilation.compileKotlinTask.outputFile
|
||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val runtimeClasspath: FileCollection
|
val runtimeClasspath: FileCollection
|
||||||
|
|||||||
Reference in New Issue
Block a user