Change 'KotlinCompile.classpath' task input deprecation level to ERROR

^KT-51679 Fixed
This commit is contained in:
Yahor Berdnikau
2022-08-26 13:26:25 +02:00
committed by Space
parent 30dd848b43
commit 0d2e9e7013
@@ -549,7 +549,8 @@ abstract class KotlinCompile @Inject constructor(
@Deprecated(
"Replaced with 'libraries' input",
replaceWith = ReplaceWith("libraries")
replaceWith = ReplaceWith("libraries"),
level = DeprecationLevel.ERROR
)
@get:Internal
var classpath: FileCollection