aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-02-09 01:30:56 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-09 15:11:23 +0000
commit3d89b681efb5664613e786f3322dd0025b11dda7 (patch)
treebc2cadcd0144f8564c1da0b14b76e5faa108a1ec /src/main
parent58f983e8f1c65f38c7c5bfe3ec47dd7a2ae5585f (diff)
Pass 'main_class' attribute value through in the IntelliJ aspect.
Then use it in the blaze plugin's main class run configuration producer. -- PiperOrigin-RevId: 146980092 MOS_MIGRATED_REVID=146980092
Diffstat (limited to 'src/main')
-rw-r--r--src/main/protobuf/intellij_ide_info.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/intellij_ide_info.proto b/src/main/protobuf/intellij_ide_info.proto
index 51e9ede53f..a20759039b 100644
--- a/src/main/protobuf/intellij_ide_info.proto
+++ b/src/main/protobuf/intellij_ide_info.proto
@@ -42,6 +42,7 @@ message JavaIdeInfo {
repeated ArtifactLocation sources = 4;
ArtifactLocation jdeps = 5;
LibraryArtifact filtered_gen_jar = 6;
+ string main_class = 7;
}
message CIdeInfo {