settings.gradle 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. pluginManagement {
  2. repositories {
  3. gradlePluginPortal()
  4. google()
  5. mavenCentral()
  6. maven { url 'https://maven.aliyun.com/repository/google' }
  7. maven { url 'https://maven.aliyun.com/repository/jcenter' }
  8. maven {
  9. url = "https://repo.maven.apache.org/maven2"
  10. }
  11. maven {
  12. url "https://mvnrepo.alibaba-inc.com/mvn/repository"
  13. }
  14. maven {
  15. url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
  16. }
  17. maven {
  18. url 'https://artifact.bytedance.com/repository/pangle'
  19. }
  20. //友盟分享
  21. maven {
  22. url 'https://repo1.maven.org/maven2/'
  23. }
  24. maven { url "https://jitpack.io" }
  25. maven { url 'https://maven.aliyun.com/repository/releases' }
  26. maven { url 'https://maven.aliyun.com/repository/central' }
  27. maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
  28. maven { url 'https://maven.aliyun.com/repository/public' }
  29. maven {
  30. url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
  31. }
  32. maven {
  33. url "https://maven.aliyun.com/nexus/content/repositories/releases"
  34. }
  35. }
  36. }
  37. dependencyResolutionManagement {
  38. repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  39. repositories {
  40. google()
  41. mavenCentral()
  42. maven { url "https://jitpack.io" }
  43. maven { url 'https://maven.aliyun.com/repository/google' }
  44. maven { url 'https://maven.aliyun.com/repository/jcenter' }
  45. maven {
  46. url = "https://repo.maven.apache.org/maven2"
  47. }
  48. // maven {
  49. // url "https://mvnrepo.alibaba-inc.com/mvn/repository"
  50. // }
  51. maven {
  52. url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
  53. }
  54. maven {
  55. url 'https://artifact.bytedance.com/repository/pangle'
  56. }
  57. //友盟分享
  58. maven {
  59. url 'https://repo1.maven.org/maven2/'
  60. }
  61. maven { url 'https://maven.aliyun.com/repository/releases' }
  62. maven { url 'https://maven.aliyun.com/repository/central' }
  63. maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
  64. maven { url 'https://maven.aliyun.com/repository/public' }
  65. maven {
  66. url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
  67. }
  68. maven {
  69. url "https://maven.aliyun.com/nexus/content/repositories/releases"
  70. }
  71. }
  72. }
  73. rootProject.name = "bjtdba"
  74. include ':app', ':flowlayout-lib'
  75. include ':jd_sdk_lib'
  76. include ':easyPhotos'