Skip to content

Commit f9d853b

Browse files
committed
must not contain "intellij"
1 parent febd9b6 commit f9d853b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ intellijPlatform {
109109
pluginVerification {
110110
freeArgs = listOf(
111111
"-mute",
112-
"TemplateWordInPluginId,TemplateWordInPluginName"
112+
"TemplateWordInPluginId"
113113
)
114114

115115
ides {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

33
pluginGroup = io.openapiprocessor
4-
pluginName = openapi-processor-intellij
4+
pluginName = openapi-processor
55
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
66
pluginVersion = 2025.2
77

0 commit comments

Comments
 (0)