programs.gradle.initScripts
Definition of init scripts to link into the Gradle home directory.
For more information about init scripts, including naming conventions see https://docs.gradle.org/current/userguide/init_scripts.html.
- Type
attribute set of (submodule)- Default
{ }- Example
{ "maven-local.gradle".text = '' allProject { repositories { mavenLocal() } } ''; "another.init.gradle.kts".source = ./another.init.gradle.kts; }- Declared
- <home-manager/modules/programs/gradle.nix>