Skip to content

Commit 1b0ea38

Browse files
committed
suppress plugin id/name error
1 parent b6d8ca3 commit 1b0ea38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ intellijPlatform {
107107
}
108108

109109
pluginVerification {
110+
freeArgs = listOf(
111+
"-mute",
112+
"TemplateWordInPluginId,TemplateWordInPluginName"
113+
)
114+
110115
ides {
111116
recommended()
112117
}

0 commit comments

Comments
 (0)