12 lines
370 B
JSON
12 lines
370 B
JSON
{
|
|
"executors": {
|
|
"gradle": {
|
|
"batchImplementation": "./dist/src/executors/gradle/gradle-batch.impl",
|
|
"implementation": "./dist/src/executors/gradle/gradle.impl",
|
|
"schema": "./dist/src/executors/gradle/schema.json",
|
|
"description": "Runs gradle tasks via the Gradle Tooling API or by invoking gradlew.",
|
|
"preferBatch": true
|
|
}
|
|
}
|
|
}
|