@nx/gradle 23.0.0-beta.11 → 23.0.0-beta.12

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": "23.0.0-beta.11",
3
+ "version": "23.0.0-beta.12",
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": "23.0.0-beta.11",
43
+ "@nx/devkit": "23.0.0-beta.12",
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": "23.0.0-beta.11"
49
+ "nx": "23.0.0-beta.12"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
@@ -210,7 +210,6 @@ function getTestCiTargets(testFiles, gradleProject, testTargetName, ciTargetName
210
210
  targetGroups[targetGroupName].push(targetName);
211
211
  dependsOn.push({
212
212
  target: targetName,
213
- projects: 'self',
214
213
  params: 'forward',
215
214
  });
216
215
  });