File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 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
21/*
32 * Copyright 2017 Google Inc. All Rights Reserved.
43 *
@@ -15,6 +14,8 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
1514 * limitations under the License.
1615 */
1716
17+ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
18+
1819// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
1920plugins {
2021 id(" org.jetbrains.intellij.platform" ) version " 2.1.0"
@@ -29,7 +30,7 @@ repositories {
2930}
3031
3132// https://github.com/google/google-java-format/releases
32- val googleJavaFormatVersion = " 1.24 .0"
33+ val googleJavaFormatVersion = " 1.25 .0"
3334
3435java {
3536 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.25.0.0</dt>
39+ <dd>Updated to use google-java-format 1.25.0.</dd>
3840 <dt>1.24.0.0</dt>
3941 <dd>Updated to use google-java-format 1.24.0.</dd>
4042 <dt>1.23.0.0</dt>
You can’t perform that action at this time.
0 commit comments