File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id " org.jetbrains.intellij" version " 0.4.4 "
18+ id " org.jetbrains.intellij" version " 0.4.9 "
1919}
2020
2121repositories {
@@ -38,8 +38,9 @@ intellij {
3838patchPluginXml {
3939 pluginDescription = " Formats source code using the google-java-format tool. This version of " +
4040 " the plugin uses version ${ googleJavaFormatVersion} of the tool."
41- version = " ${ googleJavaFormatVersion} .0.1 "
41+ version = " ${ googleJavaFormatVersion} .0.2 "
4242 sinceBuild = ' 173'
43+ untilBuild = ' '
4344}
4445
4546publishPlugin {
Original file line number Diff line number Diff line change 1212
1313 <change-notes ><![CDATA[
1414 <dl>
15+ <dt>1.7.0.2</dt>
16+ <dd>Added support for all IDEs after 2017.3.</dd>
1517 <dt>1.7.0.1</dt>
1618 <dd>Added support for 2019.1 IDEs.</dd>
1719 <dt>1.7.0.0</dt>
You can’t perform that action at this time.
0 commit comments