aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-12-01 21:24:12 +0000
committerGravatar Irina Iancu <elenairina@google.com>2016-12-02 07:43:39 +0000
commit1e6c533a9ce93aee1cd144c9dbadecc81e08a64c (patch)
treeb6cf246c8e4ef247266413446a27dedc0400ce84 /src/main
parentc736b226a0c28658f51c6d5fb89b794c2e7ff82b (diff)
Proto changes required to recognize external artifacts
-- MOS_MIGRATED_REVID=140769347
Diffstat (limited to 'src/main')
-rw-r--r--src/main/protobuf/intellij_ide_info.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/protobuf/intellij_ide_info.proto b/src/main/protobuf/intellij_ide_info.proto
index 62979e3404..20633470bf 100644
--- a/src/main/protobuf/intellij_ide_info.proto
+++ b/src/main/protobuf/intellij_ide_info.proto
@@ -25,6 +25,8 @@ message ArtifactLocation {
// set for derived artifacts (is_source = false)
string root_execution_path_fragment = 4;
+ // whether this artifact comes from an external repository (bazel only)
+ bool is_external = 5;
}
message LibraryArtifact {