MyNixOS website logo

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.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "maven-local.gradle".text = ''
      allProject {
        repositories {
          mavenLocal()
        }
      }
  '';
  "another.init.gradle.kts".source = ./another.init.gradle.kts;
}