[Gradle] Fix warnings in KotlinNpmInstallTask
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
aba89b6676
commit
00f8c23092
+1
@@ -90,6 +90,7 @@ abstract class KotlinNpmInstallTask :
|
|||||||
@get:Internal
|
@get:Internal
|
||||||
val yarnLockFile: Provider<RegularFile> = nodeJs.rootPackageDirectory.map { it.file("yarn.lock") }
|
val yarnLockFile: Provider<RegularFile> = nodeJs.rootPackageDirectory.map { it.file("yarn.lock") }
|
||||||
|
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
@Deprecated(
|
@Deprecated(
|
||||||
"This property is deprecated and will be removed in future. Use additionalFiles instead",
|
"This property is deprecated and will be removed in future. Use additionalFiles instead",
|
||||||
replaceWith = ReplaceWith("additionalFiles")
|
replaceWith = ReplaceWith("additionalFiles")
|
||||||
|
|||||||
Reference in New Issue
Block a user