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.2 .0"
21+ id(" org.jetbrains.intellij.platform" ) version " 2.4 .0"
2222}
2323
2424repositories {
@@ -30,7 +30,7 @@ repositories {
3030}
3131
3232// https://github.com/google/google-java-format/releases
33- val googleJavaFormatVersion = " 1.25.2 "
33+ val googleJavaFormatVersion = " 1.26.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.26.0.0</dt>
39+ <dd>Updated to use google-java-format 1.26.0.</dd>
3840 <dt>1.25.2.0</dt>
3941 <dd>Updated to use google-java-format 1.25.2.</dd>
4042 <dt>1.25.1.0</dt>
You can’t perform that action at this time.
0 commit comments