Gradle System Properties: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
=Overview=
=Overview=


System properties are provided with the -D [[Gradle_Command_Line#-D.3Cproperty-name.3E.3D.3Cproperty-value.3E_System_Properties|command-line options]].
System properties can be provided with the -D [[Gradle_Command_Line#-D.3Cproperty-name.3E.3D.3Cproperty-value.3E_System_Properties|command-line options]], loaded from ~/.gradle/gradle.properties or from the project's gradle.properties. <font color=darkgray>Explain precedence.</font>


=Properties=
=Properties=
==<tt>org.gradle.daemon</tt>==
==<tt>org.gradle.daemon</tt>==
==<tt>org.gradle.jvmargs</tt>==
==<tt>org.gradle.jvmargs</tt>==

Revision as of 21:49, 10 November 2020

Internal

Overview

System properties can be provided with the -D command-line options, loaded from ~/.gradle/gradle.properties or from the project's gradle.properties. Explain precedence.

Properties

org.gradle.daemon

org.gradle.jvmargs