Temporary: make "Pre-release classes were found in dependencies" warning

See KT-66551
This commit is contained in:
Mikhail Glukhikh
2024-03-12 16:12:10 +01:00
committed by Space Team
parent 893e5cac94
commit 92cf3e3343
5 changed files with 1 additions and 5 deletions
@@ -206,7 +206,7 @@ class AnalyzerWithCompilerReport(
if (hasPrereleaseClasses) {
messageCollector.report(
ERROR,
WARNING,
"Pre-release classes were found in dependencies. " +
"Remove them from the classpath, recompile with a release compiler " +
"or use '-Xskip-prerelease-check' to suppress errors"