Package org.gradle.buildinit.specs
@NonNullApi
package org.gradle.buildinit.specs
Provides the API that plugins can use to contribute additional types of builds to the
init
task.- Since:
- 8.11
-
ClassDescriptionRepresents a
BuildInitSpec
that has been configured by the user, and can provide arguments for all of itsBuildInitParameter
s.Generates a new project from a configuredBuildInitConfig
.Represents a parameter that can be provided to aBuildInitSpec
to configure it with custom information about this particular project to be generated.Represents a specification for a new type of project that theinit
task can generate.