mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Remove unused idea.home.path from code samples
This commit is contained in:
parent
4d1b6e6789
commit
f255166cc0
@ -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")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -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")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user