UNPKG

@jnxplus/nx-gradle

Version:

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-gradle.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-gradle)

27 lines (26 loc) 487 B
{ "version": 2, "outputCapture": "pipe", "$schema": "http://json-schema.org/schema", "title": "Run Task executor", "description": "", "type": "object", "properties": { "task": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ], "description": "Task to be executed" }, "projectPath": { "type": "string" } }, "required": ["task"] }