Skip to content

Commit 07e6d60

Browse files
plumpygoogle-java-format Team
authored and
google-java-format Team
committed
Update the IntelliJ plugin to 1.25.0.
PiperOrigin-RevId: 699256809
1 parent a6e5bd9 commit 07e6d60

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

idea_plugin/build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
21
/*
32
* Copyright 2017 Google Inc. All Rights Reserved.
43
*
@@ -15,6 +14,8 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
18+
1819
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
1920
plugins {
2021
id("org.jetbrains.intellij.platform") version "2.1.0"
@@ -29,7 +30,7 @@ repositories {
2930
}
3031

3132
// https://github.com/google/google-java-format/releases
32-
val googleJavaFormatVersion = "1.24.0"
33+
val googleJavaFormatVersion = "1.25.0"
3334

3435
java {
3536
sourceCompatibility = JavaVersion.VERSION_17

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

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
]]></description>
3636
<change-notes><![CDATA[
3737
<dl>
38+
<dt>1.25.0.0</dt>
39+
<dd>Updated to use google-java-format 1.25.0.</dd>
3840
<dt>1.24.0.0</dt>
3941
<dd>Updated to use google-java-format 1.24.0.</dd>
4042
<dt>1.23.0.0</dt>

0 commit comments

Comments
 (0)