mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +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 {
|
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 = '202-EAP-SNAPSHOT'
|
version = '2020.2'
|
||||||
type = 'PY'
|
type = 'PY'
|
||||||
|
downloadSources = false
|
||||||
}
|
}
|
||||||
|
|
||||||
buildSearchableOptions {
|
buildSearchableOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user