Skip to content

Commit 14d5980

Browse files
committed
Declare dependency on gateway module
1 parent f129f5d commit 14d5980

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.coder.gateway
4-
pluginName=Coder Gateway
4+
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
66
pluginVersion=1.0.0
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

gradlew

100644100755
File mode changed.

src/resources/META-INF/plugin.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

0 commit comments

Comments
 (0)