generator.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [root]
  2. template="settings.gradle.kts.jinja"
  3. copy=[
  4. "build.gradle.kts",
  5. "gradlew",
  6. "gradlew.bat",
  7. "gradle/wrapper/gradle-wrapper.jar",
  8. "gradle/wrapper/gradle-wrapper.properties"
  9. ]
  10. [targets.jar]
  11. template="build.gradle.kts.jinja"
  12. [targets.jar_proto]
  13. template={ path="build.gradle.kts.proto.jinja", dest="build.gradle.kts" }
  14. [attrs.target]
  15. required_jdk="str"
  16. add_vcs_info_to_mf="bool"
  17. junit4_test="flag"
  18. junit5_test="flag"
  19. app_main_class="str"
  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. ]