diff --git a/site/docs/aquery.html b/site/docs/aquery.html index bb35cd56a7eb0f..a45f9b02dda954 100644 --- a/site/docs/aquery.html +++ b/site/docs/aquery.html @@ -155,7 +155,7 @@
--include_artifacts, default=true
--include_aspects, default=false
--include_aspects, default=true
Whether to include Aspect-generated actions in the output. diff --git a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java index 63111a36162eea..27c0108d64ad41 100644 --- a/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java +++ b/src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java @@ -128,7 +128,7 @@ public String getLineTerminator() { @Option( name = "include_aspects", - defaultValue = "false", + defaultValue = "true", documentationCategory = OptionDocumentationCategory.QUERY, effectTags = {OptionEffectTag.TERMINAL_OUTPUT}, help =