Skip to content

Commit

Permalink
Update the IntelliJ plugin to 1.24.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682389166
  • Loading branch information
plumpy authored and google-java-format Team committed Oct 4, 2024
1 parent c101ee9 commit 4340416
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 @@ -17,7 +17,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.0.1"
id("org.jetbrains.intellij.platform") version "2.1.0"
}

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

// https://github.com/google/google-java-format/releases
val googleJavaFormatVersion = "1.23.0"
val googleJavaFormatVersion = "1.24.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.24.0.0</dt>
<dd>Updated to use google-java-format 1.24.0.</dd>
<dt>1.23.0.0</dt>
<dd>Updated to use google-java-format 1.23.0.</dd>
<dd>Fix crashes in IntelliJ 2024.2 (Thanks, <code>@nrayburn-tech</code>!)</dd>
Expand Down

0 comments on commit 4340416

Please sign in to comment.