From 07e6d604cf24141f70b0f9d8eaf61cd0f7920928 Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Fri, 22 Nov 2024 12:39:09 -0800 Subject: [PATCH] Update the IntelliJ plugin to 1.25.0. PiperOrigin-RevId: 699256809 --- idea_plugin/build.gradle.kts | 5 +++-- idea_plugin/src/main/resources/META-INF/plugin.xml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/idea_plugin/build.gradle.kts b/idea_plugin/build.gradle.kts index d5eb59931..74cd1bd0d 100644 --- a/idea_plugin/build.gradle.kts +++ b/idea_plugin/build.gradle.kts @@ -1,4 +1,3 @@ -import org.jetbrains.intellij.platform.gradle.TestFrameworkType /* * Copyright 2017 Google Inc. All Rights Reserved. * @@ -15,6 +14,8 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType * limitations under the License. */ +import org.jetbrains.intellij.platform.gradle.TestFrameworkType + // https://github.com/JetBrains/intellij-platform-gradle-plugin/releases plugins { id("org.jetbrains.intellij.platform") version "2.1.0" @@ -29,7 +30,7 @@ repositories { } // https://github.com/google/google-java-format/releases -val googleJavaFormatVersion = "1.24.0" +val googleJavaFormatVersion = "1.25.0" 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 c09257baa..612f922c2 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.0.0
+
Updated to use google-java-format 1.25.0.
1.24.0.0
Updated to use google-java-format 1.24.0.
1.23.0.0