InitBuild

API Documentation:InitBuild

Note: This class is incubating and may change in a future version of Gradle.

Generates a Gradle project structure.

Properties

PropertyDescription
testFramework
Incubating

Alternative test framework to be used in the generated project. This property can be set via command-line option '--test-framework'

type
Incubating

The desired type of build to create, defaults to 'pom' if 'pom.xml' is found in project root if no pom.xml is found, it defaults to 'basic'. This property can be set via command-line option '--type'.

Methods

No methods

Script blocks

No script blocks

Property details

String testFramework

Note: This property is incubating and may change in a future version of Gradle.

Alternative test framework to be used in the generated project. This property can be set via command-line option '--test-framework'

Default:
empty (default test framework depends on the requested type)

String type

Note: This property is incubating and may change in a future version of Gradle.

The desired type of build to create, defaults to 'pom' if 'pom.xml' is found in project root if no pom.xml is found, it defaults to 'basic'. This property can be set via command-line option '--type'.

Default:
empty (or pom if a pom.xml file exists in the project directory)