We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e2ac3 commit bbe14bfCopy full SHA for bbe14bf
build.gradle.kts
@@ -237,7 +237,9 @@ tasks {
237
runIde {
238
systemProperty("octopus.handler", System.getProperty("octopus.handler") ?: true)
239
}
240
-
+ val runIntellij by intellijPlatformTesting.runIde.registering {
241
+ localPath.set(file("/opt/jetbrains/intellij"))
242
+ }
243
// Uncomment to run the plugin in a custom IDE, rather than the IDE specified as a compile target in dependencies
244
// Note that the version must be greater than the plugin's target version, for obvious reasons
245
// You can also set splitMode and splitModeTarget here to test split mode in a custom IDE
0 commit comments