@nx/gradle 21.5.0-canary.20250902-f34b5ef → 21.5.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
# Nx: Smart Repos · Fast Builds
|
26
26
|
|
27
|
-
|
27
|
+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
28
28
|
|
29
29
|
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
30
30
|
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/gradle",
|
3
|
-
"version": "21.5.
|
3
|
+
"version": "21.5.1-beta.3",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
6
6
|
"repository": {
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"migrations": "./migrations.json"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@nx/devkit": "21.5.
|
39
|
-
"nx": "21.5.
|
38
|
+
"@nx/devkit": "21.5.1-beta.3",
|
39
|
+
"nx": "21.5.1-beta.3",
|
40
40
|
"toml-eslint-parser": "^0.10.0"
|
41
41
|
},
|
42
42
|
"publishConfig": {
|