[simple language plugin] reference on externalizing idea.home.path

This commit is contained in:
Yann Cébron 2020-05-08 17:19:22 +02:00
parent 969930e498
commit 4cc7df8d65

View File

@ -18,6 +18,8 @@ test {
// This path value is machine-specific placeholder text.
// Set idea.home.path to the absolute path to the intellij-community source
// 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"
}