File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ tasks {
150
150
}
151
151
152
152
buildPlugin {
153
- archiveBaseName = providers.gradleProperty(" pluginName " ).get()
153
+ archiveBaseName = providers.gradleProperty(" pluginArtifactName " ).get()
154
154
// exclude { "coroutines" in it.name }
155
155
}
156
156
Original file line number Diff line number Diff line change 1
1
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2
2
3
3
pluginGroup = com.coder.jetbrains
4
- pluginName = coder-gateway-backend
4
+ pluginName = Coder Gateway Backend
5
+ pluginArtifactName = coder-gateway-backend
5
6
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
6
7
# SemVer format -> https://semver.org
7
8
pluginVersion = 0.1.0
You can’t perform that action at this time.
0 commit comments