File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
plugins {
18
- id " org.jetbrains.intellij" version " 0.4.21 "
18
+ id " org.jetbrains.intellij" version " 0.4.22 "
19
19
}
20
20
21
21
repositories {
22
22
mavenCentral()
23
23
}
24
24
25
25
ext {
26
- googleJavaFormatVersion = ' 1.8 '
26
+ googleJavaFormatVersion = ' 1.9 '
27
27
}
28
28
29
29
apply plugin : ' org.jetbrains.intellij'
30
30
apply plugin : ' java'
31
31
32
32
intellij {
33
33
pluginName = " google-java-format"
34
- version = " 202.6250.13-EAP-SNAPSHOT "
34
+ version = " 2020.2.2 "
35
35
}
36
36
37
37
patchPluginXml {
38
38
pluginDescription = " Formats source code using the google-java-format tool. This version of " +
39
39
" the plugin uses version ${ googleJavaFormatVersion} of the tool."
40
- version = " ${ googleJavaFormatVersion} .0.1 "
40
+ version = " ${ googleJavaFormatVersion} .0.0 "
41
41
sinceBuild = ' 201'
42
42
untilBuild = ' '
43
43
}
Original file line number Diff line number Diff line change 28
28
29
29
<change-notes ><![CDATA[
30
30
<dl>
31
+ <dt>1.9.0.0</dt>
32
+ <dd>Updated to use google-java-format 1.9.<dd>
31
33
<dt>1.8.0.1</dt>
32
34
<dd>Fixed support for 2020.2 IDEs.<dd>
33
35
<dt>1.8.0.0</dt>
You can’t perform that action at this time.
0 commit comments