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",
|
||||
"name": "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": {},
|
||||
"root": "/packages/gradle",
|
||||
"source": "/packages/gradle/src",
|
||||
|
||||
@ -997,7 +997,7 @@
|
||||
"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": [],
|
||||
"executors": [],
|
||||
"generators": [
|
||||
|
||||
@ -9,6 +9,8 @@
|
||||
|
||||
<hr>
|
||||
|
||||
> Note: this plugin is currently experimental.
|
||||
|
||||
# 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.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@nx/gradle",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"description": "The Nx Plugin for gradle",
|
||||
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -119,6 +119,7 @@
|
||||
"@nrwl/expo",
|
||||
"@nx/express",
|
||||
"@nrwl/express",
|
||||
"@nx/gradle",
|
||||
"@nx/nest",
|
||||
"@nrwl/nest",
|
||||
"@nx/next",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user