Skip to content

Commit

Permalink
Update Java API dependency requirement. Bumped version to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Chentai-Kao committed Jun 17, 2019
1 parent c3e8fd9 commit 4b71fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ intellij {
version '2019.1' // Intellij version to build against
pluginName 'call-graph'
intellij.updateSinceUntilBuild false // Disables updating since-build attribute in plugin.xml <idea-version>
// plugins 'java' // declaring a dependency on the Java functionality
}

publishPlugin {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Call Graph</name>

<!-- Plugin version -->
<version>0.1.13</version>
<version>0.1.14</version>

<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions.
If not specified, assumed to be equal to <name>. -->
Expand Down Expand Up @@ -77,6 +77,7 @@

<!-- The unique identifiers of the plugins on which this plugin depends. -->
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.java</depends>

<!-- Optional dependency on another plugin. If the plugin with the "com.MySecondPlugin" ID is installed,
the contents of mysecondplugin.xml (the format of this file conforms to the format of plugin.xml)
Expand Down

0 comments on commit 4b71fbc

Please sign in to comment.