-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yaml
30 lines (29 loc) · 940 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
targets:
$default:
builders:
slang_build_runner:
options:
base_locale: ja
input_file_pattern: .i18n.yaml
input_directory: assets/i18n
output_directory: lib/misc/i18n
translation_class_visibility: public
json_serializable:
options:
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
#
# The default value for each is listed.
any_map: false
checked: true
constructor: ""
create_factory: true
create_field_map: true
create_per_field_to_json: true
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: true
field_rename: snake
generic_argument_factories: true
ignore_unannotated: false
include_if_null: true