@nx/gradle:gradlew

The GradlewImpl executor is used to run Gradle tasks.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

taskName

Required
string

The name of the Gradle task to run.

args

oneOf [Array<string>, string]

The arguments to pass to the Gradle task.