Skip to content

Commit

Permalink
Update the IntelliJ plugin to 1.25.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704697540
  • Loading branch information
plumpy authored and google-java-format Team committed Dec 10, 2024
1 parent cbeef0f commit ad29696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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"
id("org.jetbrains.intellij.platform") version "2.2.0"
}

repositories {
Expand All @@ -30,7 +30,7 @@ repositories {
}

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

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.1.0</dt>
<dd>Updated to use google-java-format 1.25.1.</dd>
<dt>1.25.0.0</dt>
<dd>Updated to use google-java-format 1.25.0.</dd>
<dt>1.24.0.0</dt>
Expand Down

0 comments on commit ad29696

Please sign in to comment.