Skip to content

Commit 3fe163b

Browse files
plumpygoogle-java-format Team
authored andcommitted
Fix the until-build property of the IntelliJ plugin.
Setting it to "" creates a broken plugin, but omitting it sets it to the same as since-build. So apparently you have to do this. PiperOrigin-RevId: 665927556
1 parent 5544952 commit 3fe163b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

idea_plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ intellijPlatform {
4242
version = "${googleJavaFormatVersion}.0"
4343
ideaVersion {
4444
sinceBuild = "223"
45+
untilBuild = provider { null }
4546
}
4647
}
4748

0 commit comments

Comments
 (0)