Skip to content

Commit 8861409

Browse files
plumpygoogle-java-format Team
authored and
google-java-format Team
committed
Update the IntelliJ plugin to 1.25.2.
PiperOrigin-RevId: 705324566
1 parent 36deed0 commit 8861409

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

idea_plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
// https://github.com/google/google-java-format/releases
33-
val googleJavaFormatVersion = "1.25.1"
33+
val googleJavaFormatVersion = "1.25.2"
3434

3535
java {
3636
sourceCompatibility = JavaVersion.VERSION_17

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
]]></description>
3636
<change-notes><![CDATA[
3737
<dl>
38+
<dt>1.25.2.0</dt>
39+
<dd>Updated to use google-java-format 1.25.2.</dd>
3840
<dt>1.25.1.0</dt>
3941
<dd>Updated to use google-java-format 1.25.1.</dd>
4042
<dt>1.25.0.0</dt>

0 commit comments

Comments
 (0)