Skip to content

Commit

Permalink
Update the IntelliJ plugin to 1.25.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705322618
  • Loading branch information
plumpy authored and google-java-format Team committed Dec 12, 2024
1 parent 36deed0 commit e8bd48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

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

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 2 additions & 0 deletions idea_plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
]]></description>
<change-notes><![CDATA[
<dl>
<dt>1.25.2.0</dt>
<dd>Updated to use google-java-format 1.25.2.</dd>
<dt>1.25.1.0</dt>
<dd>Updated to use google-java-format 1.25.1.</dd>
<dt>1.25.0.0</dt>
Expand Down

0 comments on commit e8bd48a

Please sign in to comment.