diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-02-12 06:11:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:13 +0000 |
commit | a7db8517ca75947abf39588e02b2714f8b49aa32 (patch) | |
tree | 96253041af345b51ad81dc26cb4250a976b3328e /build/export_generators/gradle | |
parent | e536211101d9ee76cdd17407ea6269d2767c6b1f (diff) | |
download | ydb-a7db8517ca75947abf39588e02b2714f8b49aa32.tar.gz |
Add enable_preview and annotation_processors attrs
Add enable_preview and annotation_processors attrs
Diffstat (limited to 'build/export_generators/gradle')
-rw-r--r-- | build/export_generators/gradle/generator.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/export_generators/gradle/generator.toml b/build/export_generators/gradle/generator.toml index ba289b8db0..daff4c19e2 100644 --- a/build/export_generators/gradle/generator.toml +++ b/build/export_generators/gradle/generator.toml @@ -20,6 +20,8 @@ add_vcs_info_to_mf="bool" junit4_test="flag" junit5_test="flag" app_main_class="str" +enable_preview="flag" +annotation_processors="list" publish="flag" publish_group="str" |