UNPKG

@nx/gradle

Version:

The Nx Plugin for Gradle allows Gradle tasks to be run through Nx

12 lines (11 loc) 355 B
{ "executors": { "gradle": { "batchImplementation": "./src/executors/gradle/gradle-batch.impl", "implementation": "./src/executors/gradle/gradle.impl", "schema": "./src/executors/gradle/schema.json", "description": "Runs gradle tasks via the Gradle Tooling API or by invoking gradlew.", "preferBatch": true } } }