File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ jbToken = properties.getProperty("jetbrains.plugins.token")
27
27
28
28
intellij {
29
29
version ' 2019.2'
30
- plugins ' maven' ,' java'
30
+ plugins = [ ' maven' ,' com.intellij. java' ]
31
31
pluginName ' ServiceStackIDEA'
32
32
updateSinceUntilBuild false
33
33
Original file line number Diff line number Diff line change 31
31
32
32
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
33
33
<idea-version since-build =" 192.0" />
34
- <module value =" com.intellij.modules.platform" />
35
- <module value =" com.intellij.modules.lang" />
36
34
37
35
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
38
36
on how to target different products -->
39
37
<depends >com.intellij.modules.platform</depends >
40
38
<depends >com.intellij.modules.lang</depends >
39
+ <depends >com.intellij.java</depends >
41
40
42
41
<extensions defaultExtensionNs =" com.intellij" >
43
42
<!-- Add your extensions here -->
You can’t perform that action at this time.
0 commit comments