@nx/gradle 20.5.0-canary.20250201-05e0679 → 20.5.0-canary.20250204-bc4ded0
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/generators.json +2 -1
- package/package.json +2 -2
package/generators.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"init": {
|
|
6
6
|
"factory": "./src/generators/init/init#initGenerator",
|
|
7
7
|
"schema": "./src/generators/init/schema.json",
|
|
8
|
-
"description": "Initializes a Gradle project in the current workspace"
|
|
8
|
+
"description": "Initializes a Gradle project in the current workspace",
|
|
9
|
+
"hidden": true
|
|
9
10
|
},
|
|
10
11
|
"ci-workflow": {
|
|
11
12
|
"factory": "./src/generators/ci-workflow/generator",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/gradle",
|
|
3
|
-
"version": "20.5.0-canary.
|
|
3
|
+
"version": "20.5.0-canary.20250204-bc4ded0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"migrations": "./migrations.json"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@nx/devkit": "20.5.0-canary.
|
|
37
|
+
"@nx/devkit": "20.5.0-canary.20250204-bc4ded0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|