File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ repositories {
3434
3535// https://github.com/google/google-java-format/releases
3636val googleJavaFormatVersion = " 1.30.0"
37- val pluginPatchVersion = " 0 "
37+ val pluginPatchVersion = " 1 "
3838
3939java {
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 }
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments