File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ intellijPlatform {
103103 }
104104
105105 pluginVerification {
106+ freeArgs = providers.gradleProperty(" pluginVerifierArgs" ).map { it.split(' ' ) }
106107 ides {
107108 recommended()
108109 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55pluginName = File Permissions
66pluginRepositoryUrl = https://github.com/bjonnh/FilePermissionsPlugin
77pluginVersion = 0.2.9
8- pluginSinceBuild = 222
8+ pluginSinceBuild = 223
99pluginUntilBuild = 251.*
1010
1111# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
@@ -28,3 +28,5 @@ org.gradle.configuration-cache = true
2828
2929# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3030org.gradle.caching = true
31+
32+ pluginVerifierArgs = -mute TemplateWordInPluginId
Original file line number Diff line number Diff line change 1- <idea-plugin >
1+ <idea-plugin require-restart = " false " >
22 <id >net.bjonnh.intellij.filepermissionsplugin</id >
33 <name >File Permissions</name >
44 <vendor >bjonnh.net</vendor >
You can’t perform that action at this time.
0 commit comments