File tree 2 files changed +5
-2
lines changed
src/main/resources/META-INF
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- import org.jetbrains.intellij.platform.gradle.TestFrameworkType
2
1
/*
3
2
* Copyright 2017 Google Inc. All Rights Reserved.
4
3
*
@@ -15,6 +14,8 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
15
14
* limitations under the License.
16
15
*/
17
16
17
+ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
18
+
18
19
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
19
20
plugins {
20
21
id(" org.jetbrains.intellij.platform" ) version " 2.1.0"
@@ -29,7 +30,7 @@ repositories {
29
30
}
30
31
31
32
// https://github.com/google/google-java-format/releases
32
- val googleJavaFormatVersion = " 1.24 .0"
33
+ val googleJavaFormatVersion = " 1.25 .0"
33
34
34
35
java {
35
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.25.0.0</dt>
39
+ <dd>Updated to use google-java-format 1.25.0.</dd>
38
40
<dt>1.24.0.0</dt>
39
41
<dd>Updated to use google-java-format 1.24.0.</dd>
40
42
<dt>1.23.0.0</dt>
You can’t perform that action at this time.
0 commit comments