diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /build/export_generators/ide-gradle/generator.toml | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz |
Library import 8 (#1074)
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
Diffstat (limited to 'build/export_generators/ide-gradle/generator.toml')
-rw-r--r-- | build/export_generators/ide-gradle/generator.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/export_generators/ide-gradle/generator.toml b/build/export_generators/ide-gradle/generator.toml index 409d32a05a..ad5799c415 100644 --- a/build/export_generators/ide-gradle/generator.toml +++ b/build/export_generators/ide-gradle/generator.toml @@ -41,6 +41,18 @@ with_kotlinc_plugin_lombok="bool" with_kotlinc_plugin_noarg="bool" with_kotlinc_plugin_serialization="bool" +runs="list" +runs-args="list" +runs-classpath="list" +runs-cwd="str" +runs-in="list" +runs-in_dir="list" +runs-in_dirs_inputs="list" +runs-in_noparse="list" +runs-out="list" +runs-out_dir="list" +runs-tool="list" + [attrs.root] [attrs.dir] |