@nx/gradle 22.7.2 → 22.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/gradle",
3
- "version": "22.7.2",
3
+ "version": "22.7.3",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
6
6
  "repository": {
@@ -40,13 +40,13 @@
40
40
  "migrations": "./migrations.json"
41
41
  },
42
42
  "dependencies": {
43
- "@nx/devkit": "22.7.2",
43
+ "@nx/devkit": "22.7.3",
44
44
  "toml-eslint-parser": "^0.10.0",
45
45
  "tree-kill": "^1.2.2",
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "nx": "22.7.2"
49
+ "nx": "22.7.3"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
@@ -206,7 +206,6 @@ function getTestCiTargets(testFiles, gradleProject, testTargetName, ciTargetName
206
206
  targetGroups[targetGroupName].push(targetName);
207
207
  dependsOn.push({
208
208
  target: targetName,
209
- projects: 'self',
210
209
  params: 'forward',
211
210
  });
212
211
  });