From 8299cec66b2e0bb90fca60c9caf6a750b3688295 Mon Sep 17 00:00:00 2001 From: Sergej Jaskiewicz Date: Fri, 22 Jul 2022 20:50:03 +0200 Subject: [PATCH] [JS] Upgrade `YARN_LOCK_MISMATCH_MESSAGE` The task was renamed, let's use its new name in the error message as well. --- .../gradle/targets/js/yarn/YarnLockMismatchReportService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/yarn/YarnLockMismatchReportService.kt b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/yarn/YarnLockMismatchReportService.kt index e708407a7b6..a1df18c9642 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/yarn/YarnLockMismatchReportService.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/yarn/YarnLockMismatchReportService.kt @@ -50,4 +50,4 @@ abstract class YarnLockMismatchReportService : BuildService