settings.gradle 684 B

1234567891011121314151617181920
  1. /*
  2. * This settings file was auto generated by the Gradle buildInit task
  3. * by 'shanpin' at '17-4-10 上午11:36' with Gradle 2.5
  4. *
  5. * The settings file is used to specify which projects to include in your build.
  6. * In a single project build this file can be empty or even removed.
  7. *
  8. * Detailed information about configuring a multi-project build in Gradle can be found
  9. * in the user guide at http://gradle.org/docs/2.5/userguide/multi_project_builds.html
  10. */
  11. /*
  12. // To declare projects as part of a multi-project build use the 'include' method
  13. include 'shared'
  14. include 'api'
  15. include 'services:webservice'
  16. */
  17. include 'saas-core', 'saas-enterprise', 'saas-operation', 'saas-task'