settings.gradle 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. pluginManagement {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
  5. maven { url 'https://maven.aliyun.com/repository/public' }
  6. maven { url 'https://maven-other.tuya.com/repository/maven-releases/'}
  7. maven { url 'https://maven-other.tuya.com/repository/maven-snapshots/'}
  8. gradlePluginPortal()
  9. google()
  10. mavenCentral()
  11. }
  12. }
  13. dependencyResolutionManagement {
  14. repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  15. repositories {
  16. maven { url 'https://jitpack.io' }
  17. maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
  18. maven { url 'https://maven.aliyun.com/repository/public' }
  19. maven { url 'https://maven-other.tuya.com/repository/maven-releases/'}
  20. maven { url 'https://maven-other.tuya.com/repository/maven-snapshots/'}
  21. maven { url 'https://dl.bintray.com/tuyasmartai/sdk' }
  22. google()
  23. mavenCentral()
  24. }
  25. }
  26. rootProject.name = "FoodCooking"
  27. include ':app'
  28. include ':libThirdParty'
  29. include ':libBase'
  30. include ':BusinessRouter'
  31. include ':BusinessSetting'
  32. include ':BusinessAuth'
  33. include ':BusinessMain'
  34. include ':BusinessStep'
  35. include ':libDeviceSdk'
  36. include ':skin-support'
  37. include ':LocalTools'
  38. include ':foodlib:PaintedSkin'
  39. include ':foodlib:serialport'