Key value pairs to write to gradle.properties in the Gradle home directory.
Declarations
Type
attribute set of (string, package, bool, int or float)
Default
{ }
Example
{
"org.gradle.caching" = true;
"org.gradle.parallel" = true;
"org.gradle.jvmargs" = "-XX:MaxMetaspaceSize=384m";
"org.gradle.home" = pkgs.jdk17;
};
Sign in to create a configuration using this setting.