Skip to content

Commit 46d028e

Browse files
committed
disable verification on dummy
1 parent 0318528 commit 46d028e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui-tests-starter/build.gradle.kts

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

30+
tasks.verifyPluginProjectConfiguration {
31+
enabled = false
32+
}
33+
3034
val testPlugins by configurations.registering
3135

3236
dependencies {

0 commit comments

Comments
 (0)