12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- ignore_platforms = true
- [root]
- template="settings.gradle.kts.jinja"
- copy=[
- "build.gradle.kts",
- "gradlew",
- "gradlew.bat",
- "gradle/wrapper/gradle-wrapper.jar",
- "gradle/wrapper/gradle-wrapper.properties"
- ]
- [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"
- enable_preview="flag"
- annotation_processors="list"
- 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"
- [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"
- ]
|