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.

testClassName

string

The full test name to run for test task (package name and class name).

__unparsed__

Internal
Array<string>

Additional arguments to pass to the gradle command (automatically populated by Nx).

excludeDependsOn

Internal
boolean
Default: true

If true, the tasks will not execute its dependsOn tasks (e.g. pass --exclude-task args to gradle command). If false, the task will execute its dependsOn tasks.