@nx/gradle 21.2.0-canary.20250604-283ec76 → 21.2.0-canary.20250605-5ffd82e

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  # Nx: Smart Repos · Fast Builds
26
26
 
27
- Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
27
+ An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
28
28
 
29
29
  This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/gradle",
3
- "version": "21.2.0-canary.20250604-283ec76",
3
+ "version": "21.2.0-canary.20250605-5ffd82e",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "migrations": "./migrations.json"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "21.2.0-canary.20250604-283ec76"
38
+ "@nx/devkit": "21.2.0-canary.20250605-5ffd82e"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"