Skip to content

Commit 9c58112

Browse files
committed
fix: plugin name was the same as the artifact name
1 parent df774a1 commit 9c58112

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tasks {
150150
}
151151

152152
buildPlugin {
153-
archiveBaseName = providers.gradleProperty("pluginName").get()
153+
archiveBaseName = providers.gradleProperty("pluginArtifactName").get()
154154
// exclude { "coroutines" in it.name }
155155
}
156156

gradle.properties

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

33
pluginGroup = com.coder.jetbrains
4-
pluginName = coder-gateway-backend
4+
pluginName = Coder Gateway Backend
5+
pluginArtifactName = coder-gateway-backend
56
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
67
# SemVer format -> https://semver.org
78
pluginVersion = 0.1.0

0 commit comments

Comments
 (0)