gradle.properties 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Project-wide Gradle settings.
  2. # IDE (e.g. Android Studio) users:
  3. # Gradle settings configured through the IDE *will override*
  4. # any settings specified in this file.
  5. # For more details on how to configure your build environment visit
  6. # http://www.gradle.org/docs/current/userguide/build_environment.html
  7. # Specifies the JVM arguments used for the daemon process.
  8. # The setting is particularly useful for tweaking memory settings.
  9. org.gradle.jvmargs=-Xmx4096m -Xms3072m
  10. # When configured, Gradle will run in incubating parallel mode.
  11. # This option should only be used with decoupled projects. More details, visit
  12. # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  13. # org.gradle.parallel=true
  14. org.gradle.daemon=true
  15. org.gradle.configureondemand=true
  16. org.gradle.parallel=true
  17. # ���ֵһ������AndroidStudio�汾��һ��
  18. localGradlePluginVersion=3.4.2
  19. # ÿ�θ��ġ�isModule����ֵ����Ҫ��� "Sync Project" ��ť
  20. # isModule�ǡ����ɿ���ģʽ���͡��������ģʽ�����л�����
  21. isModule=false
  22. # 需要在gradle.properties中添加下面两行代码
  23. # 这是因为混合支持库。通过添加这些行选择androidX作为您的支持库
  24. android.useAndroidX=true
  25. android.enableJetifier=true
  26. MAVEN_PUBLIC_URL=http://192.168.2.10:8081/repository/maven-releases
  27. #MAVEN_PUBLIC_URL=https://packages.aliyun.com/maven/repository/2033452-snapshot-ELyiH0
  28. MAVEN_USERNAME=shanp
  29. MAVEN_PASSWORD=admin123
  30. MAVEN_GROUNP_ID=com.shanp.android
  31. android.injected.testOnly=false