settings.gradle 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. rootProject.name = 'saas-one'
  2. include 'framework:framework-core'
  3. findProject(':framework:framework-core')?.name = 'framework-core'
  4. include 'base:base-account:base-account-dto'
  5. findProject(':base:base-account:base-account-dto')?.name = 'base-account-dto'
  6. include 'base:base-account:base-account-api'
  7. findProject(':base:base-account:base-account-api')?.name = 'base-account-api'
  8. include 'base:base-account:base-account-service'
  9. findProject(':base:base-account:base-account-service')?.name = 'base-account-service'
  10. include 'base:base-file:base-file-dto'
  11. findProject(':base:base-file:base-file-dto')?.name = 'base-file-dto'
  12. include 'base:base-file:base-file-api'
  13. findProject(':base:base-file:base-file-api')?.name = 'base-file-api'
  14. include 'base:base-file:base-file-service'
  15. findProject(':base:base-file:base-file-service')?.name = 'base-file-service'
  16. include 'base:base-auth:base-auth-dto'
  17. findProject(':base:base-auth:base-auth-dto')?.name = 'base-auth-dto'
  18. include 'base:base-auth:base-auth-service'
  19. findProject(':base:base-auth:base-auth-service')?.name = 'base-auth-service'
  20. include 'base:base-auth:base-auth-common'
  21. findProject(':base:base-auth:base-auth-common')?.name = 'base-auth-common'
  22. include 'base:base-socket:base-socket-api'
  23. findProject(':base:base-socket:base-socket-api')?.name = 'base-socket-api'
  24. include 'base:base-socket:base-socket-service'
  25. findProject(':base:base-socket:base-socket-service')?.name = 'base-socket-service'
  26. include 'runtime:saas-server'
  27. findProject(':runtime:saas-server')?.name = 'saas-server'
  28. include 'base:base-biz:base-biz-dto'
  29. findProject(':base:base-biz:base-biz-dto')?.name = 'base-biz-dto'
  30. include 'base:base-biz:base-biz-api'
  31. findProject(':base:base-biz:base-biz-api')?.name = 'base-biz-api'
  32. include 'base:base-biz:base-biz-service'
  33. findProject(':base:base-biz:base-biz-service')?.name = 'base-biz-service'
  34. include 'base:base-sms:base-sms-dto'
  35. findProject(':base:base-sms:base-sms-dto')?.name = 'base-sms-dto'
  36. include 'base:base-sms:base-sms-api'
  37. findProject(':base:base-sms:base-sms-api')?.name = 'base-sms-api'
  38. include 'base:base-sms:base-sms-service'
  39. findProject(':base:base-sms:base-sms-service')?.name = 'base-sms-service'
  40. include 'base:base-mail:base-mail-dto'
  41. findProject(':base:base-mail:base-mail-dto')?.name = 'base-mail-dto'
  42. include 'base:base-mail:base-mail-api'
  43. findProject(':base:base-mail:base-mail-api')?.name = 'base-mail-api'
  44. include 'base:base-mail:base-mail-service'
  45. findProject(':base:base-mail:base-mail-service')?.name = 'base-mail-service'
  46. include 'base:base-ui:base-ui-service'
  47. findProject(':base:base-ui:base-ui-service')?.name = 'base-ui-service'
  48. include 'base:base-datacenter:base-datacenter-dto'
  49. findProject(':base:base-datacenter:base-datacenter-dto')?.name = 'base-datacenter-dto'
  50. include 'base:base-datacenter:base-datacenter-api'
  51. findProject(':base:base-datacenter:base-datacenter-api')?.name = 'base-datacenter-api'
  52. include 'base:base-datacenter:base-datacenter-service'
  53. findProject(':base:base-datacenter:base-datacenter-service')?.name = 'base-datacenter-service'
  54. include 'applications:app-document:app-document-dto'
  55. findProject(':applications:app-document:app-document-dto')?.name = 'app-document-dto'
  56. include 'applications:app-document:app-document-api'
  57. findProject(':applications:app-document:app-document-api')?.name = 'app-document-api'
  58. include 'applications:app-document:app-document-service'
  59. findProject(':applications:app-document:app-document-service')?.name = 'app-document-service'
  60. include 'applications:app-money:app-money-dto'
  61. findProject(':applications:app-money:app-money-dto')?.name = 'app-money-dto'
  62. include 'applications:app-money:app-money-service'
  63. findProject(':applications:app-money:app-money-service')?.name = 'app-money-service'
  64. include 'applications:app-purchase:app-purchase-dto'
  65. findProject(':applications:app-purchase:app-purchase-dto')?.name = 'app-purchase-dto'
  66. include 'applications:app-purchase:app-purchase-api'
  67. findProject(':applications:app-purchase:app-purchase-api')?.name = 'app-purchase-api'
  68. include 'applications:app-purchase:app-purchase-service'
  69. findProject(':applications:app-purchase:app-purchase-service')?.name = 'app-purchase-service'
  70. include 'applications:app-sale:app-sale-dto'
  71. findProject(':applications:app-sale:app-sale-dto')?.name = 'app-sale-dto'
  72. include 'applications:app-sale:app-sale-service'
  73. findProject(':applications:app-sale:app-sale-service')?.name = 'app-sale-service'
  74. include 'applications:app-storage:app-storage-dto'
  75. findProject(':applications:app-storage:app-storage-dto')?.name = 'app-storage-dto'
  76. include 'applications:app-storage:app-storage-service'
  77. findProject(':applications:app-storage:app-storage-service')?.name = 'app-storage-service'
  78. include 'external:ext-weixin:ext-weixin-service'
  79. findProject(':external:ext-weixin:ext-weixin-service')?.name = 'ext-weixin-service'
  80. include 'external:ext-qywx:ext-qywx-service'
  81. findProject(':external:ext-qywx:ext-qywx-service')?.name = 'ext-qywx-service'
  82. include 'external:ext-dingtalk:ext-dingtalk-service'
  83. findProject(':external:ext-dingtalk:ext-dingtalk-service')?.name = 'ext-dingtalk-service'
  84. include 'external:ext-yry:ext-b2b-service'
  85. findProject(':external:ext-yry:ext-b2b-service')?.name = 'ext-b2b-service'
  86. include 'external:ext-yry:ext-b2b-sdk'
  87. findProject(':external:ext-yry:ext-b2b-sdk')?.name = 'ext-b2b-sdk'
  88. include 'external:ext-yry:ext-inquiry-sdk'
  89. findProject(':external:ext-yry:ext-inquiry-sdk')?.name = 'ext-inquiry-sdk'
  90. include 'external:ext-yry:ext-product-sdk'
  91. findProject(':external:ext-yry:ext-product-sdk')?.name = 'ext-product-sdk'
  92. include 'external:ext-yry:ext-sso-sdk'
  93. findProject(':external:ext-yry:ext-sso-sdk')?.name = 'ext-sso-sdk'
  94. include 'base:base-message:base-message-api'
  95. findProject(':base:base-message:base-message-api')?.name = 'base-message-api'
  96. include 'base:base-message:base-message-service'
  97. findProject(':base:base-message:base-message-service')?.name = 'base-message-service'
  98. include 'base:base-auth:base-auth-client'
  99. findProject(':base:base-auth:base-auth-client')?.name = 'base-auth-client'
  100. include 'external:ext-yry:ext-mall-sdk'
  101. findProject(':external:ext-yry:ext-mall-sdk')?.name = 'ext-mall-sdk'
  102. include 'base:base-datacenter:base-datacenter-client'
  103. findProject(':base:base-datacenter:base-datacenter-client')?.name = 'base-datacenter-client'
  104. include 'base:base-auth:base-auth-api'
  105. findProject(':base:base-auth:base-auth-api')?.name = 'base-auth-api'
  106. include 'external:ext-dingtalk:ext-dingtalk-sdk'
  107. findProject(':external:ext-dingtalk:ext-dingtalk-sdk')?.name = 'ext-dingtalk-sdk'
  108. include 'external:ext-qywx:ext-qywx-sdk'
  109. findProject(':external:ext-qywx:ext-qywx-sdk')?.name = 'ext-qywx-sdk'
  110. include 'base:base-process:base-process-api'
  111. findProject(':base:base-process:base-process-api')?.name = 'base-process-api'
  112. include 'base:base-process:base-process-service'
  113. findProject(':base:base-process:base-process-service')?.name = 'base-process-service'
  114. include 'applications:app-finance:app-finance-service'
  115. findProject(':applications:app-finance:app-finance-service')?.name = 'app-finance-service'
  116. include 'applications:app-finance:app-finance-dto'
  117. findProject(':applications:app-finance:app-finance-dto')?.name = 'app-finance-dto'
  118. include 'applications:app-oa:app-oa-dto'
  119. findProject(':applications:app-oa:app-oa-dto')?.name = 'app-oa-dto'
  120. include 'applications:app-oa:app-oa-service'
  121. findProject(':applications:app-oa:app-oa-service')?.name = 'app-oa-service'
  122. include 'base:base-ui:base-ui-api'
  123. findProject(':base:base-ui:base-ui-api')?.name = 'base-ui-api'
  124. include 'applications:app-finance:app-finance-api'
  125. findProject(':applications:app-finance:app-finance-api')?.name = 'app-finance-api'
  126. include 'applications:app-storage:app-storage-api'
  127. findProject(':applications:app-storage:app-storage-api')?.name = 'app-storage-api'
  128. include 'applications:app-make:app-make-service'
  129. findProject(':applications:app-make:app-make-service')?.name = 'app-make-service'
  130. include 'applications:app-money:app-money-api'
  131. findProject(':applications:app-money:app-money-api')?.name = 'app-money-api'
  132. include 'applications:app-make:app-make-dto'
  133. findProject(':applications:app-make:app-make-dto')?.name = 'app-make-dto'
  134. include 'applications:app-operation:app-operation-service'
  135. findProject(':applications:app-operation:app-operation-service')?.name = 'app-operation-service'
  136. include 'runtime:operation-server'
  137. findProject(':runtime:operation-server')?.name = 'operation-server'
  138. include 'framework:framework-server-starter'
  139. findProject(':framework:framework-server-starter')?.name = 'framework-server-starter'
  140. include 'applications:app-help:app-help-service'
  141. findProject(':applications:app-help:app-help-service')?.name = 'app-help-service'
  142. include 'applications:app-make:app-make-api'
  143. findProject(':applications:app-make:app-make-api')?.name = 'app-make-api'
  144. include 'applications:app-oa:app-oa-api'
  145. findProject(':applications:app-oa:app-oa-api')?.name = 'app-oa-api'
  146. include 'external:ext-yry:ext-b2b-task'
  147. findProject(':external:ext-yry:ext-b2b-task')?.name = 'ext-b2b-task'
  148. include 'runtime:ext-yry-server'
  149. findProject(':runtime:ext-yry-server')?.name = 'ext-yry-server'
  150. include 'external:ext-other:ext-exrate-sdk'
  151. findProject(':external:ext-other:ext-exrate-sdk')?.name = 'ext-exrate-sdk'
  152. include 'applications:app-document:app-document-task'
  153. findProject(':applications:app-document:app-document-task')?.name = 'app-document-task'
  154. include 'runtime:saas-task-server'
  155. findProject(':runtime:saas-task-server')?.name = 'saas-task-server'
  156. include 'applications:app-sale:app-sale-api'
  157. findProject(':applications:app-sale:app-sale-api')?.name = 'app-sale-api'
  158. include 'base:base-process:base-process-dto'
  159. findProject(':base:base-process:base-process-dto')?.name = 'base-process-dto'
  160. include 'framework:framework-test-starter'
  161. findProject(':framework:framework-test-starter')?.name = 'framework-test-starter'
  162. include 'external:ext-piao:ext-piao-sdk'
  163. findProject(':external:ext-piao:ext-piao-sdk')?.name = 'ext-piao-sdk'
  164. include 'applications:app-purchase:app-purchase-task'
  165. findProject(':applications:app-purchase:app-purchase-task')?.name = 'app-purchase-task'
  166. include 'applications:app-sale:app-sale-task'
  167. findProject(':applications:app-sale:app-sale-task')?.name = 'app-sale-task'
  168. include 'applications:app-make:app-make-task'
  169. findProject(':applications:app-make:app-make-task')?.name = 'app-make-task'