[2020.2 release] Update pycharm_basics to 2020.2 GM

This commit is contained in:
JohnHake 2020-07-29 10:19:43 -07:00
parent 7068ec8fe1
commit 3529fc4a37

View File

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