@nx/gradle - Generators
The @nx/gradle plugin provides various generators to help you create and configure gradle projects within your Nx workspace. Below is a complete reference for all available generators and their options.
ci-workflow
Section titled “ci-workflow”Setup a CI Workflow to run Nx in CI.
Usage:
nx generate @nx/gradle:ci-workflow [options]Arguments:
nx generate @nx/gradle:ci-workflow <name> [options]Options
Section titled “Options”| Option | Type | Description | Default |
|---|---|---|---|
--ci | string [required] | CI provider. |
Getting Help
Section titled “Getting Help”You can get help for any generator by adding the --help flag:
nx generate @nx/gradle:<generator> --help