gradle.properties 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Nextcloud Talk application
  3. #
  4. # @author Mario Danic
  5. # @author Tim Krüger
  6. # Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
  7. # Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
  8. #
  9. # This program is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation, either version 3 of the License, or
  12. # at your option) any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. #
  22. # Project-wide Gradle settings.
  23. # IDE (e.g. Android Studio) users:
  24. # Gradle settings configured through the IDE *will override*
  25. # any settings specified in this file.
  26. # For more details on how to configure your build environment visit
  27. # http://www.gradle.org/docs/current/userguide/build_environment.html
  28. # Specifies the JVM arguments used for the daemon process.
  29. # The setting is particularly useful for tweaking memory settings.
  30. org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
  31. android.useAndroidX=true
  32. android.enableJetifier=true
  33. android.nonTransitiveRClass=false
  34. android.nonFinalResIds=false
  35. # org.gradle.parallel=true
  36. org.gradle.daemon=true
  37. org.gradle.configureondemand=true
  38. org.gradle.caching=true
  39. org.gradle.parallel=true
  40. NC_TEST_SERVER_BASEURL=http://server
  41. NC_TEST_SERVER_USERNAME=user1
  42. NC_TEST_SERVER_PASSWORD=user1