File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id " org.jetbrains.intellij" version " 0.4.18 "
18+ id " org.jetbrains.intellij" version " 0.4.21 "
1919}
2020
2121repositories {
2222 mavenCentral()
2323}
2424
2525ext {
26- googleJavaFormatVersion = ' 1.7 '
26+ googleJavaFormatVersion = ' 1.8 '
2727}
2828
2929apply plugin : ' org.jetbrains.intellij'
@@ -37,7 +37,7 @@ intellij {
3737patchPluginXml {
3838 pluginDescription = " Formats source code using the google-java-format tool. This version of " +
3939 " the plugin uses version ${ googleJavaFormatVersion} of the tool."
40- version = " ${ googleJavaFormatVersion} .0.5 "
40+ version = " ${ googleJavaFormatVersion} .0.0 "
4141 sinceBuild = ' 201'
4242 untilBuild = ' '
4343}
Original file line number Diff line number Diff line change 1212
1313 <change-notes ><![CDATA[
1414 <dl>
15+ <dt>1.8.0.0</dt>
16+ <dd>Updated to use google-java-format 1.8.<dd>
1517 <dt>1.7.0.5</dt>
1618 <dd>Added a version for 2020.1+ IDEs.</dd>
1719 <dt>1.7.0.4</dt>
You can’t perform that action at this time.
0 commit comments