Skip to content

Commit cadbae2

Browse files
Gijsadrienbaron
authored andcommitted
Update plugin version and declare dependencies. Verified and compatible with IU-212.5080.35
1 parent 366d248 commit cadbae2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ intellij {
2525
}
2626

2727
group 'com.axellience'
28-
version '0.2.0'
28+
version '0.3.0'
2929

3030
repositories {
3131
mavenCentral()

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.axellience.vuegwt</id>
33
<name>Vue GWT</name>
4-
<version>0.2.0</version>
4+
<version>0.3.0</version>
55
<vendor email="support@axellience.com" url="http://www.genmymodel.com">Axellience</vendor>
66

77
<description><![CDATA[
@@ -57,15 +57,9 @@
5757
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
5858
<idea-version since-build="162"/>
5959

60-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
61-
on how to target different products -->
62-
<!-- uncomment to enable plugin in all products
60+
<depends>com.intellij.java</depends>
61+
<depends>com.intellij.modules.java</depends>
6362
<depends>com.intellij.modules.lang</depends>
64-
-->
65-
66-
<!--<extensions defaultExtensionNs="com.intellij">
67-
<multiHostInjector implementation="com.axellience.vuegwtplugin.VueCustomInjector"/>
68-
</extensions>-->
6963

7064

7165
<actions>

0 commit comments

Comments
 (0)