update ClassLoaderWarmup.scala

This commit is contained in:
xuwei-k 2024-11-06 14:17:13 +09:00
parent af22a5cf0f
commit 6e4c2ea275
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ private[internal] object ClassLoaderWarmup {
submit(IvyPlugin.projectSettings)
submit(JvmPlugin.projectSettings)
submit(() => {
try {
val clazz = Class.forName("scala.reflect.runtime.package$")
clazz.getMethod("universe").invoke(clazz.getField("MODULE$").get(null))
} catch {
case _: Exception =>
}
executorService.shutdown()
})
}