We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36deed0 commit 8861409Copy full SHA for 8861409
idea_plugin/build.gradle.kts
@@ -30,7 +30,7 @@ repositories {
30
}
31
32
// https://github.com/google/google-java-format/releases
33
-val googleJavaFormatVersion = "1.25.1"
+val googleJavaFormatVersion = "1.25.2"
34
35
java {
36
sourceCompatibility = JavaVersion.VERSION_17
idea_plugin/src/main/resources/META-INF/plugin.xml
@@ -35,6 +35,8 @@
]]></description>
<change-notes><![CDATA[
37
<dl>
38
+ <dt>1.25.2.0</dt>
39
+ <dd>Updated to use google-java-format 1.25.2.</dd>
40
<dt>1.25.1.0</dt>
41
<dd>Updated to use google-java-format 1.25.1.</dd>
42
<dt>1.25.0.0</dt>
0 commit comments