Skip to content

Commit 6f86d4f

Browse files
plumpyronshapiro
authored andcommitted
Remove the untilBuild so the plugin will work with EAP IDEs.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=257407602
1 parent 0a449a5 commit 6f86d4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

idea_plugin/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
plugins {
18-
id "org.jetbrains.intellij" version "0.4.4"
18+
id "org.jetbrains.intellij" version "0.4.9"
1919
}
2020

2121
repositories {
@@ -38,8 +38,9 @@ intellij {
3838
patchPluginXml {
3939
pluginDescription = "Formats source code using the google-java-format tool. This version of " +
4040
"the plugin uses version ${googleJavaFormatVersion} of the tool."
41-
version = "${googleJavaFormatVersion}.0.1"
41+
version = "${googleJavaFormatVersion}.0.2"
4242
sinceBuild = '173'
43+
untilBuild = ''
4344
}
4445

4546
publishPlugin {

idea_plugin/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<change-notes><![CDATA[
1414
<dl>
15+
<dt>1.7.0.2</dt>
16+
<dd>Added support for all IDEs after 2017.3.</dd>
1517
<dt>1.7.0.1</dt>
1618
<dd>Added support for 2019.1 IDEs.</dd>
1719
<dt>1.7.0.0</dt>

0 commit comments

Comments
 (0)