Generates a Gradle project structure.
Type | Name and description |
---|---|
ProjectLayoutSetupRegistry |
projectLayoutRegistry |
Type | Name and description |
---|---|
List<String> |
getAvailableBuildTypes() |
ProjectLayoutSetupRegistry |
getProjectLayoutRegistry() |
String |
getType() The desired type of build to create, defaults to {@value BuildInitTypeIds#POM} if 'pom.xml' is found in project root if no pom.xml is found, it defaults to {@value BuildInitTypeIds#BASIC}. |
void |
setType(String type) |
void |
setupProjectLayout() |
The desired type of build to create, defaults to {