mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup [*]: more efficient environment access
GitOrigin-RevId: 70d25c1e85f8b6aa205b94b0adff5fcc3ea80cd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
55f56ddbb0
commit
2fad23c0d1
@@ -26,7 +26,7 @@ envs {
|
||||
String python312version = "3.12.0"
|
||||
String python313version = "3.13.0"
|
||||
|
||||
def customBuildDir = System.getenv().get("PYCHARM_BUILD_DIR")
|
||||
def customBuildDir = System.getenv("PYCHARM_BUILD_DIR")
|
||||
project.buildDir = customBuildDir? new File(customBuildDir): buildDir
|
||||
bootstrapDirectory = new File(buildDir, 'pythons')
|
||||
envsDirectory = new File(buildDir, 'envs')
|
||||
|
||||
Reference in New Issue
Block a user