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 @@ -18,7 +18,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
1818
1919// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
2020plugins {
21- id(" org.jetbrains.intellij.platform" ) version " 2.5 .0"
21+ id(" org.jetbrains.intellij.platform" ) version " 2.6 .0"
2222}
2323
2424repositories {
@@ -30,7 +30,7 @@ repositories {
3030}
3131
3232// https://github.com/google/google-java-format/releases
33- val googleJavaFormatVersion = " 1.27 .0"
33+ val googleJavaFormatVersion = " 1.28 .0"
3434
3535java {
3636 sourceCompatibility = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change 3535 ]]> </description >
3636 <change-notes ><![CDATA[
3737 <dl>
38+ <dt>1.28.0.0</dt>
39+ <dd>Updated to use google-java-format 1.28.0.</dd>
3840 <dt>1.27.0.0</dt>
3941 <dd>Updated to use google-java-format 1.27.0.</dd>
4042 <dt>1.26.0.0</dt>
You can’t perform that action at this time.
0 commit comments