[2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT

This commit is contained in:
JohnHake 2020-07-28 22:24:58 -07:00
parent f47a5ac1bf
commit 7068ec8fe1
2 changed files with 3 additions and 1 deletions

View File

@ -12,11 +12,12 @@ sourceCompatibility = 1.8
repositories { repositories {
mavenCentral() mavenCentral()
maven { url "https://www.jetbrains.com/intellij-repository/snapshots/" }
} }
// See https://github.com/JetBrains/gradle-intellij-plugin/ // See https://github.com/JetBrains/gradle-intellij-plugin/
intellij { intellij {
version = '2020.2' version = '202-EAP-SNAPSHOT'
type = 'PY' type = 'PY'
} }

View File

@ -97,6 +97,7 @@ public class ImagesProjectViewPane extends AbstractProjectViewPSIPane {
}; };
} }
// Awaiting refactoring of AbstractProjectViewPSIPane#createTreeUpdater
@NotNull @NotNull
@Override @Override
protected AbstractTreeUpdater createTreeUpdater(@NotNull AbstractTreeBuilder builder) { protected AbstractTreeUpdater createTreeUpdater(@NotNull AbstractTreeBuilder builder) {