From e8bd48a7cf3d29e665e0efd385f1bbb829a1f18b Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Wed, 11 Dec 2024 19:00:07 -0800 Subject: [PATCH] Update the IntelliJ plugin to 1.25.2. PiperOrigin-RevId: 705322618 --- idea_plugin/build.gradle.kts | 2 +- idea_plugin/src/main/resources/META-INF/plugin.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/idea_plugin/build.gradle.kts b/idea_plugin/build.gradle.kts index b2405603..d9945133 100644 --- a/idea_plugin/build.gradle.kts +++ b/idea_plugin/build.gradle.kts @@ -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 diff --git a/idea_plugin/src/main/resources/META-INF/plugin.xml b/idea_plugin/src/main/resources/META-INF/plugin.xml index edede315..f7188f92 100644 --- a/idea_plugin/src/main/resources/META-INF/plugin.xml +++ b/idea_plugin/src/main/resources/META-INF/plugin.xml @@ -35,6 +35,8 @@ ]]> +
1.25.2.0
+
Updated to use google-java-format 1.25.2.
1.25.1.0
Updated to use google-java-format 1.25.1.
1.25.0.0