Skip to content

Commit d7a0c92

Browse files
committed
⬆️ Mise à jour de la vérification du plugin pour utiliser les propriétés gradle et ajout d'arguments supplémentaires
1 parent 226be38 commit d7a0c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ intellijPlatform {
108108

109109
pluginVerification {
110110
ides {
111-
recommended()
111+
ide(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
112112
}
113+
freeArgs = listOf("-mute", "TemplateWordInPluginName")
113114
}
114115
}
115116

0 commit comments

Comments
 (0)