Skip to content

Commit f77e927

Browse files
plumpygoogle-java-format Team
authored andcommitted
Update the IntelliJ plugin to google-java-format 1.9.
PiperOrigin-RevId: 332323928
1 parent 6bde01e commit f77e927

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

idea_plugin/build.gradle

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

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

2121
repositories {
2222
mavenCentral()
2323
}
2424

2525
ext {
26-
googleJavaFormatVersion = '1.8'
26+
googleJavaFormatVersion = '1.9'
2727
}
2828

2929
apply plugin: 'org.jetbrains.intellij'
3030
apply plugin: 'java'
3131

3232
intellij {
3333
pluginName = "google-java-format"
34-
version = "202.6250.13-EAP-SNAPSHOT"
34+
version = "2020.2.2"
3535
}
3636

3737
patchPluginXml {
3838
pluginDescription = "Formats source code using the google-java-format tool. This version of " +
3939
"the plugin uses version ${googleJavaFormatVersion} of the tool."
40-
version = "${googleJavaFormatVersion}.0.1"
40+
version = "${googleJavaFormatVersion}.0.0"
4141
sinceBuild = '201'
4242
untilBuild = ''
4343
}

idea_plugin/resources/META-INF/plugin.xml

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

2929
<change-notes><![CDATA[
3030
<dl>
31+
<dt>1.9.0.0</dt>
32+
<dd>Updated to use google-java-format 1.9.<dd>
3133
<dt>1.8.0.1</dt>
3234
<dd>Fixed support for 2020.2 IDEs.<dd>
3335
<dt>1.8.0.0</dt>

0 commit comments

Comments
 (0)