Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 allows Gradle tasks to be run through Nx",
"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 allows Gradle tasks to be run through Nx",
"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 allows Gradle tasks to be run through Nx",
"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