Change 'KotlinCompile.classpath' task input deprecation level to ERROR
^KT-51679 Fixed
This commit is contained in:
+2
-1
@@ -549,7 +549,8 @@ abstract class KotlinCompile @Inject constructor(
|
|||||||
|
|
||||||
@Deprecated(
|
@Deprecated(
|
||||||
"Replaced with 'libraries' input",
|
"Replaced with 'libraries' input",
|
||||||
replaceWith = ReplaceWith("libraries")
|
replaceWith = ReplaceWith("libraries"),
|
||||||
|
level = DeprecationLevel.ERROR
|
||||||
)
|
)
|
||||||
@get:Internal
|
@get:Internal
|
||||||
var classpath: FileCollection
|
var classpath: FileCollection
|
||||||
|
|||||||
Reference in New Issue
Block a user