settings.gradle 744 B

1234567891011121314151617181920212223
  1. /*
  2. * This settings file was auto generated by the Gradle buildInit task
  3. * by 'jessey' at '04.07.16 13:33' with Gradle 2.2.1
  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.2.1/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. rootProject.name = 'praktikum-holons'
  18. includeFlat 'commons-compress'
  19. includeFlat 'gson'
  20. includeFlat 'junit'