summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <xof@google.com>2022-05-04 11:19:58 +0100
committerChristophe Rhodes <xof@google.com>2022-05-04 11:19:58 +0100
commit82d3a307c1e95e147926e5c8b088e05886fe2466 (patch)
treef071b28c96e7abae9d191d80f9c7fb5a91c974c3
parent943f692e4c7450ec19483a6d742233f6f9c9e08b (diff)
downloaddata-binding-82d3a307c1e95e147926e5c8b088e05886fe2466.tar.gz
Add plugin include to gradle upgrade definitions
Needed at runtime for Gradle project import. Bug: n/a Test: existing Change-Id: Ic9546760329a47e9c65faeb9b74ccedb0e13ef0f
-rw-r--r--compilationTests/src/test/java/META-INF/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilationTests/src/test/java/META-INF/plugin.xml b/compilationTests/src/test/java/META-INF/plugin.xml
index c6027f10..d52083a8 100644
--- a/compilationTests/src/test/java/META-INF/plugin.xml
+++ b/compilationTests/src/test/java/META-INF/plugin.xml
@@ -19,4 +19,5 @@
<xi:include href="/META-INF/android-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/project-system-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/project-system-gradle-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
+ <xi:include href="/META-INF/project-system-gradle-upgrade.xml" xpointer="xpointer(/idea-plugin/*)"/>
</idea-plugin>