We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d462b51 commit f11f289Copy full SHA for f11f289
build.gradle
@@ -16,6 +16,7 @@ allprojects {
16
17
apply plugin: 'org.jetbrains.intellij'
18
intellij.version = 2017.1
19
+ intellij.updateSinceUntilBuild = false
20
}
21
22
repositories {
src/main/resources/META-INF/plugin.xml
100644
100755
@@ -34,9 +34,9 @@
34
Double-clicks on table cells navigate to appropriate code fragments.</li>
35
</ol>
36
]]></description>
37
- <version>0.1</version>
+ <version>0.2</version>
38
<change-notes></change-notes>
39
- <idea-version since-build="139"/>
+ <idea-version since-build="171"/>
40
41
<depends optional="true" config-file="java-metrics.xml">com.intellij.modules.java</depends>
42
0 commit comments