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")
2727
2828intellij {
2929 version ' 2019.2'
30- plugins ' maven' ,' java'
30+ plugins = [ ' maven' ,' com.intellij. java' ]
3131 pluginName ' ServiceStackIDEA'
3232 updateSinceUntilBuild false
3333
Original file line number Diff line number Diff line change 3131
3232 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
3333 <idea-version since-build =" 192.0" />
34- <module value =" com.intellij.modules.platform" />
35- <module value =" com.intellij.modules.lang" />
3634
3735 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3836 on how to target different products -->
3937 <depends >com.intellij.modules.platform</depends >
4038 <depends >com.intellij.modules.lang</depends >
39+ <depends >com.intellij.java</depends >
4140
4241 <extensions defaultExtensionNs =" com.intellij" >
4342 <!-- Add your extensions here -->
You can’t perform that action at this time.
0 commit comments