[minor] fix double warning about FastJarFS

This commit is contained in:
Ilya Chernikov
2022-04-26 20:53:27 +02:00
committed by teamcity
parent a78d063bef
commit cdb5845693
@@ -563,13 +563,6 @@ class KotlinCoreEnvironment private constructor(
.apply { isAccessible = true }
.setInt(null, FileUtilRt.LARGE_FOR_CONTENT_LOADING)
if (configuration.getBoolean(JVMConfigurationKeys.USE_FAST_JAR_FILE_SYSTEM)) {
configuration.get(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY)?.report(
STRONG_WARNING,
"Using new faster version of JAR FS: it should make your build faster, but the new implementation is experimental"
)
}
registerExtensionsFromPlugins(configuration)
// otherwise consider that project environment is properly configured before passing to the environment
// TODO: consider some asserts to check important extension points