Skip to content

Commit 0b55e07

Browse files
committed
hacks
1 parent 46d028e commit 0b55e07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui-tests-starter/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ intellijPlatform {
2727
instrumentCode = false
2828
}
2929

30+
tasks.initializeIntellijPlatformPlugin {
31+
enabled = false
32+
}
33+
3034
tasks.verifyPluginProjectConfiguration {
35+
runtimeDirectory.set(null as File?)
3136
enabled = false
3237
}
3338

0 commit comments

Comments
 (0)