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
18
18
19
19
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
20
20
plugins {
21
- id(" org.jetbrains.intellij.platform" ) version " 2.2 .0"
21
+ id(" org.jetbrains.intellij.platform" ) version " 2.4 .0"
22
22
}
23
23
24
24
repositories {
@@ -30,7 +30,7 @@ repositories {
30
30
}
31
31
32
32
// https://github.com/google/google-java-format/releases
33
- val googleJavaFormatVersion = " 1.25.2 "
33
+ val googleJavaFormatVersion = " 1.26.0 "
34
34
35
35
java {
36
36
sourceCompatibility = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change 35
35
]]> </description >
36
36
<change-notes ><![CDATA[
37
37
<dl>
38
+ <dt>1.26.0.0</dt>
39
+ <dd>Updated to use google-java-format 1.26.0.</dd>
38
40
<dt>1.25.2.0</dt>
39
41
<dd>Updated to use google-java-format 1.25.2.</dd>
40
42
<dt>1.25.1.0</dt>
You can’t perform that action at this time.
0 commit comments