Skip to content

Commit fdd6fe3

Browse files
committed
sync: 018cb38
1 parent ed076e3 commit fdd6fe3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
// alias(libs.plugins.versions)
1212
}
1313

14-
group = providers.gradleProperty("pluginGroup").get()
1514
version = providers.gradleProperty("pluginVersion").get()
1615

1716
dependencies {

gradle.properties

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

3-
pluginGroup = io.openapiprocessor
3+
group = io.openapiprocessor
44
pluginName = openapi-processor
55
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
66
pluginVersion = 2026.1-SNAPSHOT.2

0 commit comments

Comments
 (0)