Allow to pass addition system properties to runIde task
This commit is contained in:
@@ -165,6 +165,10 @@ fun Project.runIdeTask(name: String, ideaPluginDir: File, ideaSandboxDir: File,
|
||||
jvmArgs("-Didea.ProcessCanceledException=disabled")
|
||||
}
|
||||
|
||||
project.findProperty("idea.args")?.let { arguments ->
|
||||
jvmArgs(arguments.toString().split(" "))
|
||||
}
|
||||
|
||||
args()
|
||||
|
||||
doFirst {
|
||||
|
||||
Reference in New Issue
Block a user