fix(gradle): add @nx/gradle to nx migrations (#22567)

This commit is contained in:
Emily Xiong 2024-03-28 15:52:39 -04:00 committed by GitHub
parent cb5a31b1db
commit ebbbb73b32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 3 deletions

View File

@ -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",

View File

@ -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": [

View File

@ -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.

View File

@ -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",

View File

@ -119,6 +119,7 @@
"@nrwl/expo",
"@nx/express",
"@nrwl/express",
"@nx/gradle",
"@nx/nest",
"@nrwl/nest",
"@nx/next",