Skip to content

Commit

Permalink
Add depends tags in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Mar 14, 2019
1 parent e745ebe commit 76b6fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

group 'org.twinnation'
version '1.0.1'
version '1.0.2'

intellij {
version '2018.3.5'
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin url="https://github.com/TwinProduction/intellij-fluent-setter-generator">
<name>Fluent Setter Generator</name>
<version>1.0.1</version>
<version>1.0.2</version>
<id>org.twinnation.intellij-fluent-setter-generator</id>
<vendor url="https://twinnation.org" email="intellij@twinnation.org">TwiN</vendor>

Expand All @@ -25,6 +25,8 @@
</change-notes>

<!--<depends optional="true">org.jetbrains.kotlin</depends>-->
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.java</depends>

<actions>
<action id="GenerateFluentSetter" class="org.twinnation.intellij.fluent.setter.generator.GenerateFluentSetterAction"
Expand Down

0 comments on commit 76b6fa3

Please sign in to comment.