We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febd9b6 commit f9d853bCopy full SHA for f9d853b
2 files changed
build.gradle.kts
@@ -109,7 +109,7 @@ intellijPlatform {
109
pluginVerification {
110
freeArgs = listOf(
111
"-mute",
112
- "TemplateWordInPluginId,TemplateWordInPluginName"
+ "TemplateWordInPluginId"
113
)
114
115
ides {
gradle.properties
@@ -1,7 +1,7 @@
1
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2
3
pluginGroup = io.openapiprocessor
4
-pluginName = openapi-processor-intellij
+pluginName = openapi-processor
5
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
6
pluginVersion = 2025.2
7
0 commit comments