We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb370c6 commit bacec1cCopy full SHA for bacec1c
2 files changed
src/ServiceStackIDEA/build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id "org.jetbrains.intellij" version "0.6.5"
3
}
4
-version = '1.0.41'
+version = '1.0.43'
5
repositories {
6
mavenCentral()
7
src/ServiceStackIDEA/src/main/resources/META-INF/plugin.xml
@@ -36,7 +36,6 @@
36
on how to target different products -->
37
<depends>com.intellij.modules.platform</depends>
38
<depends>com.intellij.modules.lang</depends>
39
- <depends>com.intellij.java</depends>
40
41
<extensions defaultExtensionNs="com.intellij">
42
<!-- Add your extensions here -->
0 commit comments