mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Set generates_api=1 for Dagger component processor
Context: [] and [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148885749
This commit is contained in:
@@ -868,6 +868,7 @@ def com_google_dagger_compiler():
|
||||
# TODO(jart): https://github.com/bazelbuild/bazel/issues/2286
|
||||
# " output_licenses = [\"unencumbered\"],",
|
||||
" processor_class = \"dagger.internal.codegen.ComponentProcessor\",",
|
||||
" generates_api = 1,",
|
||||
" tags = [",
|
||||
" \"annotation=dagger.Component;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
||||
" \"annotation=dagger.producers.ProductionComponent;genclass=${package}.Dagger${outerclasses}${classname}\",",
|
||||
|
||||
Reference in New Issue
Block a user