mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[2020.2 release] Update pycharm_basics to 2020.2 GM
This commit is contained in:
parent
7068ec8fe1
commit
3529fc4a37
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user