[Gradle, JS] Remove redunddant mismatch report kind

This commit is contained in:
Ilya Goncharov
2022-08-12 10:57:38 +02:00
parent e32e5c26a4
commit 54980ce0d5
@@ -94,5 +94,4 @@ enum class YarnLockMismatchReport {
NONE,
WARNING,
FAIL,
FAIL_AFTER_BUILD,
}