generator.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [root]
  2. template="settings.gradle.kts.jinja"
  3. copy=[
  4. "gradlew",
  5. "gradlew.bat",
  6. "gradle/wrapper/gradle-wrapper.jar",
  7. "gradle/wrapper/gradle-wrapper.properties"
  8. ]
  9. [targets.jar]
  10. template="build.gradle.kts.jinja"
  11. [targets.jar_proto]
  12. template={ path="build.gradle.kts.proto.jinja", dest="build.gradle.kts" }
  13. [attrs.target]
  14. required_jdk="str"
  15. add_vcs_info_to_mf="bool"
  16. junit4_test="flag"
  17. junit5_test="flag"
  18. app_main_class="str"
  19. jar_source_set="list"
  20. publish="flag"
  21. publish_group="str"
  22. publish_version="str"
  23. proto_files="list"
  24. proto_namespace="str"
  25. proto_compiler_version="str"
  26. proto_runtime_version="str"
  27. proto_common_version="str"
  28. proto_grpc="flag"
  29. proto_grpc_version="str"
  30. kotlin_version="str"
  31. with_kotlin="bool"
  32. with_kotlinc_plugin_allopen="bool"
  33. with_kotlinc_plugin_lombok="bool"
  34. with_kotlinc_plugin_noarg="bool"
  35. with_kotlinc_plugin_serialization="bool"
  36. [attrs.root]
  37. [attrs.dir]
  38. [attrs.induced]
  39. consumer-classpath="str"
  40. consumer-jar="str"
  41. consumer-type="str"
  42. consumer-prebuilt="flag"
  43. [merge]
  44. test=[
  45. "/ut",
  46. "/src/test",
  47. "/src/test/java",
  48. "/src/test-integration"
  49. ]