Skip to content

Commit f11f289

Browse files
committed
spawn 0.2 and override default comp version generation
1 parent d462b51 commit f11f289

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ allprojects {
1616

1717
apply plugin: 'org.jetbrains.intellij'
1818
intellij.version = 2017.1
19+
intellij.updateSinceUntilBuild = false
1920
}
2021

2122
repositories {

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

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
Double-clicks on table cells navigate to appropriate code fragments.</li>
3535
</ol>
3636
]]></description>
37-
<version>0.1</version>
37+
<version>0.2</version>
3838
<change-notes></change-notes>
39-
<idea-version since-build="139"/>
39+
<idea-version since-build="171"/>
4040

4141
<depends optional="true" config-file="java-metrics.xml">com.intellij.modules.java</depends>
4242

0 commit comments

Comments
 (0)