File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-2
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' ,' 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" />
3436
3537 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
3638 on how to target different products -->
37- <depends >com.intellij.modules.lang</depends >
3839 <depends >com.intellij.modules.platform</depends >
40+ <depends >com.intellij.modules.lang</depends >
3941
4042 <extensions defaultExtensionNs =" com.intellij" >
4143 <!-- Add your extensions here -->
You can’t perform that action at this time.
0 commit comments