@jnxplus/nx-gradle
Version:
[](https://badge.fury.io/js/@jnxplus%2Fnx-gradle)
20 lines (19 loc) • 422 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NxGradleWrapper",
"title": "Wrapper",
"type": "object",
"properties": {
"skipGitignore": {
"description": "Don't add Gradle Wrapper to .gitignore",
"type": "boolean",
"default": false
},
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false
}
},
"required": []
}