gradle.properties 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Nextcloud Talk - Android Client
  3. #
  4. # SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  5. # SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
  6. # SPDX-FileCopyrightText: 2017-2019 Mario Danic <mario@lovelyhq.com>
  7. # SPDX-License-Identifier: GPL-3.0-or-later
  8. # Project-wide Gradle settings.
  9. # IDE (e.g. Android Studio) users:
  10. # Gradle settings configured through the IDE *will override*
  11. # any settings specified in this file.
  12. # For more details on how to configure your build environment visit
  13. # http://www.gradle.org/docs/current/userguide/build_environment.html
  14. # Specifies the JVM arguments used for the daemon process.
  15. # The setting is particularly useful for tweaking memory settings.
  16. org.gradle.jvmargs=-XX:MaxHeapSize\=4096m -Xmx4096m
  17. org.gradle.dependency.verification.console=verbose
  18. android.useAndroidX=true
  19. android.enableJetifier=true
  20. android.nonTransitiveRClass=false
  21. android.nonFinalResIds=false
  22. org.gradle.daemon=true
  23. org.gradle.configureondemand=true
  24. org.gradle.caching=true
  25. org.gradle.parallel=true
  26. NC_TEST_SERVER_BASEURL=http://server
  27. NC_TEST_SERVER_USERNAME=user1
  28. NC_TEST_SERVER_PASSWORD=user1