Do not provide idea.platform.prefix in run configurations for IJ Ultimate 201+
This commit is contained in:
@@ -184,7 +184,7 @@ fun Project.runIdeTask(name: String, ideaPluginDir: File, ideaSandboxDir: File,
|
|||||||
"-Dplugin.path=${ideaPluginDir.absolutePath}"
|
"-Dplugin.path=${ideaPluginDir.absolutePath}"
|
||||||
)
|
)
|
||||||
|
|
||||||
if (Platform[201].orHigher()) {
|
if (Platform[201].orHigher() && !isIntellijUltimateSdkAvailable()) {
|
||||||
jvmArgs("-Didea.platform.prefix=Idea")
|
jvmArgs("-Didea.platform.prefix=Idea")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user