File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
google-account-plugin/resources/META-INF
google-cloud-tools-plugin/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ subprojects {
3131 apply plugin : ' org.jetbrains.intellij'
3232 intellij {
3333 version = ideaVersion
34+ updateSinceUntilBuild = false
3435 downloadSources = true
3536 sandboxDirectory = " ${ rootProject.buildDir} /idea-sandbox"
3637
Original file line number Diff line number Diff line change 1919 <vendor >Google</vendor >
2020 <!-- "version" set by gradle-intellij-plugin -->
2121 <!-- "idea-version since-build" set by gradle-intellij-plugin -->
22+ <!-- Workaround for gradle-intellij-plugin limitation: https://github.com/JetBrains/gradle-intellij-plugin/issues/66 -->
23+ <!-- Setting version to 15.0.3 and up. https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+15+143.1821.5+Release+Notes -->
24+ <idea-version since-build =" 143.1821.5" />
2225
2326 <description >
2427 Provides Google account setting and authentication for IntelliJ plugins that need it.
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Code inspections for AppEngine Java code.</description>
66 <vendor >Google</vendor >
77 <!-- "version" set by gradle-intellij-plugin -->
88 <!-- "idea-version since-build" set by gradle-intellij-plugin -->
9+ <!-- Workaround for gradle-intellij-plugin limitation: https://github.com/JetBrains/gradle-intellij-plugin/issues/66 -->
10+ <!-- Setting version to 15.0.3 and up. https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+15+143.1821.5+Release+Notes -->
11+ <idea-version since-build =" 143.1821.5" />
912
1013 <depends >com.intellij.modules.platform</depends >
1114 <depends >com.intellij.modules.lang</depends >
You can’t perform that action at this time.
0 commit comments