Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {

// https://github.com/google/google-java-format/releases
val googleJavaFormatVersion = "1.30.0"
val pluginPatchVersion = "0"
val pluginPatchVersion = "1"

java {
toolchain {
Expand All @@ -51,7 +51,7 @@ intellijPlatform {
name = "google-java-format"
version = "${googleJavaFormatVersion}.${pluginPatchVersion}"
ideaVersion {
sinceBuild = "243"
sinceBuild = "242"
untilBuild = provider { null }
}
}
Expand Down
2 changes: 2 additions & 0 deletions idea_plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
]]></description>
<change-notes><![CDATA[
<dl>
<dt>1.30.0.1</dt>
<dd>Add support for 2024.2 IDE versions, which were mistakenly excluded.</dd>
<dt>1.30.0.0</dt>
<dd>Updated to use google-java-format 1.30.0.</dd>
<dt>1.29.0.1</dt>
Expand Down