Gradle Daemon: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
Resolve [[Gradle_Command_Line#--no-daemon|Gradle Operations --no-daemon]] | Resolve [[Gradle_Command_Line#--no-daemon|Gradle Operations --no-daemon]] | ||
If org.gradle.jvmargs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=10001" is set in a sub-project's gradle.properties and at the same time in the root project's gradle.properties, the root project value takes precedence (?) | |||
Latest revision as of 09:00, 11 November 2020
Internal
Overview
Operations
Organizatorium
--no-daemon
org.gradle.daemon=false
https://docs.gradle.org/6.2.2/userguide/gradle_daemon.html
Resolve Gradle Operations --no-daemon
If org.gradle.jvmargs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=10001" is set in a sub-project's gradle.properties and at the same time in the root project's gradle.properties, the root project value takes precedence (?)