Skip to content

Commit 7193ce9

Browse files
plumpygoogle-java-format Team
authored and
google-java-format Team
committed
Update the IntelliJ plugin to gjf 1.27.0.
PiperOrigin-RevId: 755882849
1 parent 1502107 commit 7193ce9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

idea_plugin/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
1818

1919
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
2020
plugins {
21-
id("org.jetbrains.intellij.platform") version "2.4.0"
21+
id("org.jetbrains.intellij.platform") version "2.5.0"
2222
}
2323

2424
repositories {
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
// https://github.com/google/google-java-format/releases
33-
val googleJavaFormatVersion = "1.26.0"
33+
val googleJavaFormatVersion = "1.27.0"
3434

3535
java {
3636
sourceCompatibility = JavaVersion.VERSION_17
@@ -81,7 +81,6 @@ dependencies {
8181
intellijPlatform {
8282
intellijIdeaCommunity("2022.3")
8383
bundledPlugin("com.intellij.java")
84-
instrumentationTools()
8584
testFramework(TestFrameworkType.Plugin.Java)
8685
}
8786
implementation("com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}")

idea_plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
]]></description>
3636
<change-notes><![CDATA[
3737
<dl>
38+
<dt>1.27.0.0</dt>
39+
<dd>Updated to use google-java-format 1.27.0.</dd>
3840
<dt>1.26.0.0</dt>
3941
<dd>Updated to use google-java-format 1.26.0.</dd>
4042
<dt>1.25.2.0</dt>

0 commit comments

Comments
 (0)