fix(gradle): add @nx/gradle to nx migrations (#22567)
This commit is contained in:
parent
cb5a31b1db
commit
ebbbb73b32
@ -1011,7 +1011,7 @@
|
|||||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||||
"name": "gradle",
|
"name": "gradle",
|
||||||
"packageName": "@nx/gradle",
|
"packageName": "@nx/gradle",
|
||||||
"description": "The Nx Plugin for gradle",
|
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"root": "/packages/gradle",
|
"root": "/packages/gradle",
|
||||||
"source": "/packages/gradle/src",
|
"source": "/packages/gradle/src",
|
||||||
|
|||||||
@ -997,7 +997,7 @@
|
|||||||
"source": "/packages/express/src"
|
"source": "/packages/express/src"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The Nx Plugin for gradle",
|
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
||||||
"documents": [],
|
"documents": [],
|
||||||
"executors": [],
|
"executors": [],
|
||||||
"generators": [
|
"generators": [
|
||||||
|
|||||||
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
> Note: this plugin is currently experimental.
|
||||||
|
|
||||||
# Nx: Smart Monorepos · Fast CI
|
# Nx: Smart Monorepos · Fast CI
|
||||||
|
|
||||||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@nx/gradle",
|
"name": "@nx/gradle",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "The Nx Plugin for gradle",
|
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nrwl/nx.git",
|
"url": "https://github.com/nrwl/nx.git",
|
||||||
|
|||||||
@ -119,6 +119,7 @@
|
|||||||
"@nrwl/expo",
|
"@nrwl/expo",
|
||||||
"@nx/express",
|
"@nx/express",
|
||||||
"@nrwl/express",
|
"@nrwl/express",
|
||||||
|
"@nx/gradle",
|
||||||
"@nx/nest",
|
"@nx/nest",
|
||||||
"@nrwl/nest",
|
"@nrwl/nest",
|
||||||
"@nx/next",
|
"@nx/next",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user