Skip to content

Commit 24e581a

Browse files
committed
Fix verifier
1 parent 5f0c529 commit 24e581a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ intellijPlatform {
103103
}
104104

105105
pluginVerification {
106+
freeArgs = providers.gradleProperty("pluginVerifierArgs").map { it.split(' ') }
106107
ides {
107108
recommended()
108109
}

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions
66
pluginRepositoryUrl = https://github.com/bjonnh/FilePermissionsPlugin
77
pluginVersion = 0.2.9
8-
pluginSinceBuild = 222
8+
pluginSinceBuild = 223
99
pluginUntilBuild = 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
3030
org.gradle.caching = true
31+
32+
pluginVerifierArgs = -mute TemplateWordInPluginId

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)