Skip to content

Commit bbe14bf

Browse files
committed
merge
1 parent e6e2ac3 commit bbe14bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ tasks {
237237
runIde {
238238
systemProperty("octopus.handler", System.getProperty("octopus.handler") ?: true)
239239
}
240-
240+
val runIntellij by intellijPlatformTesting.runIde.registering {
241+
localPath.set(file("/opt/jetbrains/intellij"))
242+
}
241243
// Uncomment to run the plugin in a custom IDE, rather than the IDE specified as a compile target in dependencies
242244
// Note that the version must be greater than the plugin's target version, for obvious reasons
243245
// You can also set splitMode and splitModeTarget here to test split mode in a custom IDE

0 commit comments

Comments
 (0)