Skip to content

Commit 4418b6d

Browse files
committed
Update plugin xml and gradle build to try resolve plugin publish issues.
1 parent d19328b commit 4418b6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jbToken = properties.getProperty("jetbrains.plugins.token")
2727

2828
intellij {
2929
version '2019.2'
30-
plugins 'maven','java'
30+
plugins = ['maven','com.intellij.java']
3131
pluginName 'ServiceStackIDEA'
3232
updateSinceUntilBuild false
3333

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@
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 -->

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy