File tree 2 files changed +4
-3
lines changed
src/main/resources/META-INF
2 files changed +4
-3
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.4 .0"
21
+ id(" org.jetbrains.intellij.platform" ) version " 2.5 .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.26 .0"
33
+ val googleJavaFormatVersion = " 1.27 .0"
34
34
35
35
java {
36
36
sourceCompatibility = JavaVersion .VERSION_17
@@ -81,7 +81,6 @@ dependencies {
81
81
intellijPlatform {
82
82
intellijIdeaCommunity(" 2022.3" )
83
83
bundledPlugin(" com.intellij.java" )
84
- instrumentationTools()
85
84
testFramework(TestFrameworkType .Plugin .Java )
86
85
}
87
86
implementation(" com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion} " )
Original file line number Diff line number Diff line change 35
35
]]> </description >
36
36
<change-notes ><![CDATA[
37
37
<dl>
38
+ <dt>1.27.0.0</dt>
39
+ <dd>Updated to use google-java-format 1.27.0.</dd>
38
40
<dt>1.26.0.0</dt>
39
41
<dd>Updated to use google-java-format 1.26.0.</dd>
40
42
<dt>1.25.2.0</dt>
You can’t perform that action at this time.
0 commit comments