Build scripts (IDEA-CR-16991):

1) ability to install jre x86 together with jre64 (optional)
2) update jre x86 during major updates (2016.*->2017.1).
This commit is contained in:
Vladimir.Orlov
2016-12-23 10:01:56 +03:00
parent 1e33755e09
commit 0a44e8592b
@@ -68,6 +68,9 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
context.ant.copy(file: "$context.paths.projectHome/help/pycharm-eduhelp.jar", todir: "$targetDirectory/help",
failonerror: false, quiet: true)
}
@Override
String getBaseDownloadUrlForJre() { "https://download.jetbrains.com/python" }
}
}