mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
[warmup] IJPL-29: Remove logger as a parameter of warm-up functions
GitOrigin-RevId: 800519edf6296100bae2944719e4662579c73796
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d57c774ffe
commit
d24fa4a039
@@ -1,6 +1,6 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python.inspections
|
||||
|
||||
import com.intellij.ide.warmup.WarmupConfiguratorOfCLIConfigurator
|
||||
import com.intellij.warmup.impl.WarmupConfiguratorOfCLIConfigurator
|
||||
|
||||
class PythonPluginWarmupConfigurator : WarmupConfiguratorOfCLIConfigurator(PythonPluginCommandLineInspectionProjectConfigurator())
|
||||
@@ -21,5 +21,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.warmup" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user