mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
28 lines
1.3 KiB
Properties
28 lines
1.3 KiB
Properties
# 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
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
# org.gradle.jvmargs=-Xmx1536m
|
|
|
|
# To debug Gradle scripts, you must enable this behaviour with a flag (seen some rows below)
|
|
# Start debugging by initiating a remote Java debug through your IDE on port 5005
|
|
# Beware that Gradle spawns daemons to execute secondary builds. This could be a problem when debugging.
|
|
# You could stop them with "gradle --stop" and run a given task from the console with "gradle some_task_name --no-daemon"
|
|
# or with "org.gradle.daemon=false" set inside your "~/.gradle/gradle.properties" file.
|
|
# Uncomment the following line in order to enable Gradle debugging.
|
|
# org.gradle.debug=true
|
|
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
|
|
# 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
|
|
# org.gradle.parallel=true |