File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,12 @@ plugins {
1818 id " org.jetbrains.intellij" version " 0.3.1"
1919}
2020
21- task showProps {
22- doLast {
23- println " Your password is ${ jetbrainsPluginRepoPassword} "
24- }
25- }
26-
2721repositories {
2822 mavenCentral()
2923}
3024
3125ext {
32- googleJavaFormatVersion = ' 1.5 '
26+ googleJavaFormatVersion = ' 1.6 '
3327}
3428
3529apply plugin : ' org.jetbrains.intellij'
@@ -44,7 +38,7 @@ intellij {
4438patchPluginXml {
4539 pluginDescription = " Formats source code using the google-java-format tool. This version of " +
4640 " the plugin uses version ${ googleJavaFormatVersion} of the tool."
47- version = " ${ googleJavaFormatVersion} .1 "
41+ version = " ${ googleJavaFormatVersion} .0 "
4842 sinceBuild = ' 171'
4943}
5044
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/google/google-java-format/tree/master/idea_plugin" >
22 <id >google-java-format</id >
33 <name >google-java-format</name >
4- <version >1.4.0.172</version >
54 <vendor url =" https://github.com/google/google-java-format" >
65 Google
76 </vendor >
1110 reason. It won't crash PyCharm or anything, so whatever. -->
1211 <depends >com.intellij.modules.lang</depends >
1312
14- <description ><![CDATA[
15- Formats Java source code to comply with Google Style. This version of the plugin uses
16- google-java-format 1.4.
17- ]]> </description >
18-
19- <idea-version since-build =" 172" />
20-
2113 <project-components >
2214 <component >
2315 <implementation-class >
You can’t perform that action at this time.
0 commit comments