Skip to content

Commit 40c3c16

Browse files
committed
Merge pull request #441 from GoogleCloudPlatform/i438
manually setting plugin version range so that we can cover versions 1…
2 parents e5a7a68 + edee117 commit 40c3c16

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

google-account-plugin/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
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.

google-cloud-tools-plugin/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)