Skip to content

Commit 10e7b4a

Browse files
committed
fixed output groups
1 parent 4f134a1 commit 10e7b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base/src/com/google/idea/blaze/base/sync/aspects/impl/intellij/IntelliJAspectStrategy.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class IntelliJAspectStrategy : AspectStrategy() {
6565
}
6666

6767
override fun genericOutputGroup(outputGroup: OutputGroup): ImmutableList<String> {
68-
// we do not support the light weight "SYNC" yet
69-
return ImmutableList.of(OutputGroups.INFO.groupName, OutputGroups.BUILD.groupName)
68+
// we do not support the light weight "SYNC" without the build output group yet
69+
return ImmutableList.of(OutputGroups.INFO.groupName, OutputGroups.SYNC.groupName, OutputGroups.BUILD.groupName)
7070
}
7171
}
7272

0 commit comments

Comments
 (0)