Skip to content

Commit ca91fac

Browse files
plumpygoogle-java-format Team
authored andcommitted
Update the IntelliJ plugin to gjf 1.14.0.
PiperOrigin-RevId: 430128196
1 parent 2affc98 commit ca91fac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

idea_plugin/build.gradle

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

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

2121
repositories {
2222
mavenCentral()
2323
}
2424

2525
ext {
26-
googleJavaFormatVersion = "1.13.0"
26+
googleJavaFormatVersion = "1.14.0"
2727
}
2828

2929
apply plugin: "org.jetbrains.intellij"

idea_plugin/resources/META-INF/plugin.xml

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

3030
<change-notes><![CDATA[
3131
<dl>
32+
<dt>1.14.0.0</dt>
33+
<dd>Updated to use google-java-format 1.14.</dd>
3234
<dt>1.13.0.0</dt>
3335
<dd>Updated to use google-java-format 1.13.</dd>
3436
<dt>1.12.0.0</dt>

0 commit comments

Comments
 (0)