[Gradle, JS] Remove redundant suppression

This commit is contained in:
Ilya Goncharov
2021-07-07 12:45:29 +03:00
committed by TeamCityServer
parent f7e69fb2ef
commit 1a27f91a98
2 changed files with 0 additions and 2 deletions
@@ -44,7 +44,6 @@ abstract class NodeJsSetupTask : DefaultTask() {
configuration.get().files.single()
}
@Suppress("unused") // as it called by Gradle before task execution and used to resolve artifact
@get:Classpath
val nodeJsDist: File by lazy {
val repo = project.repositories.ivy { repo ->
@@ -57,7 +57,6 @@ open class YarnSetupTask : DefaultTask() {
configuration.get().files.single()
}
@Suppress("unused") // as it called by Gradle before task execution and used to resolve artifact
@get:Classpath
val yarnDist: File by lazy {
val repo = project.repositories.ivy { repo ->