Remove unused idea.home.path from code samples

This commit is contained in:
Karol Lewandowski 2023-02-28 09:36:18 +01:00
parent 4d1b6e6789
commit f255166cc0
2 changed files with 0 additions and 14 deletions

View File

@ -36,10 +36,4 @@ tasks {
sinceBuild.set("221") sinceBuild.set("221")
untilBuild.set("223.*") untilBuild.set("223.*")
} }
test {
// Set idea.home.path to the absolute path to the intellij-community source
// on your local machine.
systemProperty("idea.home.path", "/Users/jhake/Documents/source/comm")
}
} }

View File

@ -45,12 +45,4 @@ tasks {
sinceBuild.set("221") sinceBuild.set("221")
untilBuild.set("223.*") untilBuild.set("223.*")
} }
test {
// This path value is a machine-specific placeholder text.
// Set idea.home.path to the absolute path to the intellij-community source
// on your local machine. For real world projects, use variants described in:
// https://docs.gradle.org/current/userguide/build_environment.html
systemProperty("idea.home.path", "/Users/jhake/Documents/source/comm")
}
} }