mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT
This commit is contained in:
parent
f47a5ac1bf
commit
7068ec8fe1
@ -12,11 +12,12 @@ sourceCompatibility = 1.8
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://www.jetbrains.com/intellij-repository/snapshots/" }
|
||||
}
|
||||
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version = '2020.2'
|
||||
version = '202-EAP-SNAPSHOT'
|
||||
type = 'PY'
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,7 @@ public class ImagesProjectViewPane extends AbstractProjectViewPSIPane {
|
||||
};
|
||||
}
|
||||
|
||||
// Awaiting refactoring of AbstractProjectViewPSIPane#createTreeUpdater
|
||||
@NotNull
|
||||
@Override
|
||||
protected AbstractTreeUpdater createTreeUpdater(@NotNull AbstractTreeBuilder builder) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user