aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Plump <plumpy@google.com>2021-11-23 09:43:58 -0800
committergoogle-java-format Team <google-java-format-dev+copybara@google.com>2021-11-23 09:44:24 -0800
commit4347a6454978a5401a3b2e1ff851bea1400bb189 (patch)
tree5db226467c348ab0e9cd8aed8281fba5a8c32e7f
parent35e97e8fae4d9474f94f7dd474fc3ba921dafa24 (diff)
downloadgoogle-java-format-4347a6454978a5401a3b2e1ff851bea1400bb189.tar.gz
Update the plugin to google-java-format 1.13.0.
PiperOrigin-RevId: 411832812
-rw-r--r--idea_plugin/build.gradle8
-rw-r--r--idea_plugin/resources/META-INF/plugin.xml6
2 files changed, 10 insertions, 4 deletions
diff --git a/idea_plugin/build.gradle b/idea_plugin/build.gradle
index 3d807af..36c12f1 100644
--- a/idea_plugin/build.gradle
+++ b/idea_plugin/build.gradle
@@ -15,7 +15,7 @@
*/
plugins {
- id "org.jetbrains.intellij" version "0.7.2"
+ id "org.jetbrains.intellij" version "1.3.0"
}
repositories {
@@ -23,7 +23,7 @@ repositories {
}
ext {
- googleJavaFormatVersion = '1.10.0'
+ googleJavaFormatVersion = '1.13.0'
}
apply plugin: 'org.jetbrains.intellij'
@@ -31,7 +31,7 @@ apply plugin: 'java'
intellij {
pluginName = "google-java-format"
- version = "211.6693.65-EAP-SNAPSHOT"
+ version = "IC-213.5744.18-EAP-SNAPSHOT"
}
patchPluginXml {
@@ -54,5 +54,5 @@ sourceSets {
}
dependencies {
- compile "com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}"
+ implementation "com.google.googlejavaformat:google-java-format:${googleJavaFormatVersion}"
}
diff --git a/idea_plugin/resources/META-INF/plugin.xml b/idea_plugin/resources/META-INF/plugin.xml
index b089ad6..6070590 100644
--- a/idea_plugin/resources/META-INF/plugin.xml
+++ b/idea_plugin/resources/META-INF/plugin.xml
@@ -28,6 +28,12 @@
<change-notes><![CDATA[
<dl>
+ <dt>1.13.0.0</dt>
+ <dd>Updated to use google-java-format 1.13.</dd>
+ <dt>1.12.0.0</dt>
+ <dd>Updated to use google-java-format 1.12.</dd>
+ <dt>1.11.0.0</dt>
+ <dd>Updated to use google-java-format 1.11.</dd>
<dt>1.10.0.0</dt>
<dd>Updated to use google-java-format 1.10.</dd>
<dt>1.9.0.0</dt>