Skip to content

Commit

Permalink
Update the IntelliJ plugin to 1.25.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 699256809
  • Loading branch information
plumpy authored and google-java-format Team committed Nov 22, 2024
1 parent a6e5bd9 commit 07e6d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
/*
* Copyright 2017 Google Inc. All Rights Reserved.
*
Expand All @@ -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"
Expand All @@ -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
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.0.0</dt>
<dd>Updated to use google-java-format 1.25.0.</dd>
<dt>1.24.0.0</dt>
<dd>Updated to use google-java-format 1.24.0.</dd>
<dt>1.23.0.0</dt>
Expand Down

0 comments on commit 07e6d60

Please sign in to comment.