Skip to content

Commit

Permalink
fix(gradle): add @nx/gradle to nx migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed Mar 28, 2024
1 parent cb5a31b commit fb2bc58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 contains generators and plugins that are useful for Gradle projects in an Nx workspace.",
"documents": {},
"root": "/packages/gradle",
"source": "/packages/gradle/src",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
"source": "/packages/express/src"
},
{
"description": "The Nx Plugin for gradle",
"description": "The Nx Plugin for Gradle contains generators and plugins that are useful for Gradle projects in an Nx workspace.",
"documents": [],
"executors": [],
"generators": [
Expand Down
2 changes: 2 additions & 0 deletions packages/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 contains generators and plugins that are useful for Gradle projects in an Nx workspace.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"@nrwl/expo",
"@nx/express",
"@nrwl/express",
"@nx/gradle",
"@nx/nest",
"@nrwl/nest",
"@nx/next",
Expand Down

0 comments on commit fb2bc58

Please sign in to comment.