aboutsummaryrefslogtreecommitdiffstats
path: root/build/export_generators/ide-gradle/generator.toml
blob: ea589c40f575f350888db867e660118106ee816e (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
use_managed_peers_closure = true
ignore_platforms = true

[root]
template="settings.gradle.kts.jinja"
copy=[
    "gradlew",
    "gradlew.bat",
    "gradle/wrapper/gradle-wrapper.jar",
    "gradle/wrapper/gradle-wrapper.properties",
    ".idea/vcs.xml"
]

[targets.jar]
template="build.gradle.kts.jinja"

[targets.jar_proto]
template={ path="build.gradle.kts.proto.jinja", dest="build.gradle.kts" }

[attrs.target]
required_jdk="str"
add_vcs_info_to_mf="bool"
junit4_test="flag"
junit5_test="flag"
app_main_class="str"
jar_source_set="list"
enable_preview="flag"
annotation_processors="list"
use_annotation_processor="str"

publish="flag"
publish_group="str"
publish_version="str"

proto_files="list"
proto_namespace="str"
proto_compiler_version="str"
proto_runtime_version="str"
proto_common_version="str"

proto_grpc="flag"
proto_grpc_version="str"

kotlin_version="str"
with_kotlin="flag"
with_kotlinc_plugin_allopen="flag"
with_kotlinc_plugin_lombok="flag"
with_kotlinc_plugin_noarg="flag"
with_kotlinc_plugin_serialization="flag"

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"

javac-flags="list"

[attrs.root]

[attrs.dir]

[attrs.induced]
consumer-classpath="str"
consumer-jar="str"
consumer-type="str"
consumer-prebuilt="flag"

[merge]
test=[
    "/ut",
    "/src/test",
    "/src/test/java",
    "/src/test-integration",
    "/src/testFixtures",
]