We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2affc98 commit ca91facCopy full SHA for ca91fac
idea_plugin/build.gradle
@@ -15,15 +15,15 @@
15
*/
16
17
plugins {
18
- id "org.jetbrains.intellij" version "1.3.1"
+ id "org.jetbrains.intellij" version "1.4.0"
19
}
20
21
repositories {
22
mavenCentral()
23
24
25
ext {
26
- googleJavaFormatVersion = "1.13.0"
+ googleJavaFormatVersion = "1.14.0"
27
28
29
apply plugin: "org.jetbrains.intellij"
idea_plugin/resources/META-INF/plugin.xml
@@ -29,6 +29,8 @@
30
<change-notes><![CDATA[
31
<dl>
32
+ <dt>1.14.0.0</dt>
33
+ <dd>Updated to use google-java-format 1.14.</dd>
34
<dt>1.13.0.0</dt>
35
<dd>Updated to use google-java-format 1.13.</dd>
36
<dt>1.12.0.0</dt>
0 commit comments