Skip to content

Commit 484059b

Browse files
authored
Configure gradle debugging (#1538)
* Update gradle.properties * Update gradle.properties
1 parent f3657ad commit 484059b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test-app/gradle.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
org.gradle.jvmargs=-Xmx1536m
1313

14+
# To debug Gradle scripts, you must enable this behaviour with a flag (seen some rows below)
15+
# Start debugging by initiating a remote Java debug through your IDE on port 5005
16+
# Beware that Gradle spawns daemons to execute secondary builds. This could be a problem when debugging.
17+
# You could stop them with "gradle --stop" and run a given task from the console with "gradle some_task_name --no-daemon"
18+
# or with "org.gradle.daemon=false" set inside your "~/.gradle/gradle.properties" file.
19+
# Uncomment the following line in order to enable Gradle debugging.
20+
# org.gradle.debug=true
21+
22+
23+
24+
1425
android.enableJetifier=true
1526
android.useAndroidX=true
1627
useKotlin=true

0 commit comments

Comments
 (0)