aniyomi/gradle.properties

25 lines
952 B
Properties
Raw Normal View History

2023-02-22 11:15:31 +03:00
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
2015-09-24 18:27:43 +03:00
# http://www.gradle.org/docs/current/userguide/build_environment.html
2023-02-22 11:15:31 +03:00
2015-09-24 18:27:43 +03:00
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
2023-02-21 19:23:39 +03:00
# Default value: -Xmx1024m -XX:MaxPermSize=256m
2015-09-24 18:27:43 +03:00
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2023-02-22 11:15:31 +03:00
org.gradle.jvmargs=-Xmx5120m
2015-09-24 18:27:43 +03:00
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2023-02-21 19:23:39 +03:00
org.gradle.parallel=true
2023-02-22 11:15:31 +03:00
org.gradle.caching=true
# AndroidX support
android.useAndroidX=true