Skip to content

Commit 7cc1956

Browse files
plumpygoogle-java-format Team
authored andcommitted
Add support for 2024.2 IDE versions, which were mistakenly excluded.
PiperOrigin-RevId: 821611232
1 parent 3aab70c commit 7cc1956

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

idea_plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repositories {
3434

3535
// https://github.com/google/google-java-format/releases
3636
val googleJavaFormatVersion = "1.30.0"
37-
val pluginPatchVersion = "0"
37+
val pluginPatchVersion = "1"
3838

3939
java {
4040
toolchain {
@@ -51,7 +51,7 @@ intellijPlatform {
5151
name = "google-java-format"
5252
version = "${googleJavaFormatVersion}.${pluginPatchVersion}"
5353
ideaVersion {
54-
sinceBuild = "243"
54+
sinceBuild = "242"
5555
untilBuild = provider { null }
5656
}
5757
}

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.30.0.1</dt>
39+
<dd>Add support for 2024.2 IDE versions, which were mistakenly excluded.</dd>
3840
<dt>1.30.0.0</dt>
3941
<dd>Updated to use google-java-format 1.30.0.</dd>
4042
<dt>1.29.0.1</dt>

0 commit comments

Comments
 (0)