We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed076e3 commit fdd6fe3Copy full SHA for fdd6fe3
2 files changed
build.gradle.kts
@@ -11,7 +11,6 @@ plugins {
11
// alias(libs.plugins.versions)
12
}
13
14
-group = providers.gradleProperty("pluginGroup").get()
15
version = providers.gradleProperty("pluginVersion").get()
16
17
dependencies {
gradle.properties
@@ -1,6 +1,6 @@
1
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2
3
-pluginGroup = io.openapiprocessor
+group = io.openapiprocessor
4
pluginName = openapi-processor
5
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
6
pluginVersion = 2026.1-SNAPSHOT.2
0 commit comments