mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
11 lines
443 B
YAML
11 lines
443 B
YAML
minimum-launcher-version: 0.2.13
|
|
minimum-project-manager-version: 0.2.13
|
|
jvm-options:
|
|
- value: "-Dpolyglot.engine.IterativePartialEscape=true"
|
|
- value: "-Dtruffle.class.path.append=$enginePackagePath\\component\\runtime.jar"
|
|
os: "windows"
|
|
- value: "-Dtruffle.class.path.append=$enginePackagePath/component/runtime.jar"
|
|
os: "linux"
|
|
- value: "-Dtruffle.class.path.append=$enginePackagePath/component/runtime.jar"
|
|
os: "macos"
|