[Gradle] Add check for warnings in test for KT-54634

This check was disabled due to KT-52490
This commit is contained in:
Alexander Likhachev
2022-12-22 02:50:59 +01:00
committed by Space Team
parent 2530dd836a
commit 09bce1e472
@@ -23,7 +23,6 @@ class MppTestsIT : KGPBaseTest() {
"new-mpp-lib-with-tests",
gradleVersion,
buildOptions = defaultBuildOptions.copy(
warningMode = WarningMode.None, // some APIs were deprecated, remove this later
freeArgs = listOf("--continue"), // to ensure that all the tests are run
)
) {