File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# IntelliJ Platform Artifacts Repositories
2
2
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
3
3
pluginGroup =com.coder.gateway
4
- pluginName =Coder Gateway
4
+ pluginName =coder-gateway
5
5
# SemVer format -> https://semver.org
6
6
pluginVersion =1.0.0
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Original file line number Diff line number Diff line change
1
+ <!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
2
+ <idea-plugin >
3
+ <id >com.coder.gateway</id >
4
+ <name >Coder Gateway</name >
5
+ <vendor >Coder</vendor >
6
+
7
+ <!-- Product and plugin compatibility requirements -->
8
+ <!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
9
+ <depends >com.intellij.modules.platform</depends >
10
+ <depends >com.jetbrains.gateway</depends >
11
+ </idea-plugin >
You can’t perform that action at this time.
0 commit comments