Skip to content

Commit bacec1c

Browse files
committed
Fix Webstorm/other IDEA IDE installs by removing XML declared dependency.
1 parent bb370c6 commit bacec1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "org.jetbrains.intellij" version "0.6.5"
33
}
4-
version = '1.0.41'
4+
version = '1.0.43'
55
repositories {
66
mavenCentral()
77
}

src/ServiceStackIDEA/src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
on how to target different products -->
3737
<depends>com.intellij.modules.platform</depends>
3838
<depends>com.intellij.modules.lang</depends>
39-
<depends>com.intellij.java</depends>
4039

4140
<extensions defaultExtensionNs="com.intellij">
4241
<!-- Add your extensions here -->

0 commit comments

Comments
 (0)