mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[simple language plugin] reference on externalizing idea.home.path
This commit is contained in:
parent
68aae7d36e
commit
0ad38699d8
@ -18,6 +18,8 @@ test {
|
|||||||
// This path value is machine-specific placeholder text.
|
// This path value is machine-specific placeholder text.
|
||||||
// Set idea.home.path to the absolute path to the intellij-community source
|
// Set idea.home.path to the absolute path to the intellij-community source
|
||||||
// on your local machine.
|
// on your local machine.
|
||||||
|
// Use variants described in https://docs.gradle.org/current/userguide/build_environment.html
|
||||||
|
// for real world projects.
|
||||||
systemProperty "idea.home.path", "/Users/jhake/Documents/source/comm"
|
systemProperty "idea.home.path", "/Users/jhake/Documents/source/comm"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user