Skip to content

Commit

Permalink
Fix the until-build property of the IntelliJ plugin.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
plumpy authored and google-java-format Team committed Aug 21, 2024
1 parent 5544952 commit 3fe163b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ intellijPlatform {
version = "${googleJavaFormatVersion}.0"
ideaVersion {
sinceBuild = "223"
untilBuild = provider { null }
}
}

Expand Down

0 comments on commit 3fe163b

Please sign in to comment.