@nx/gradle 20.1.0-canary.20241022-e57b851 → 20.1.0-canary.20241024-0bea5b2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/gradle",
3
- "version": "20.1.0-canary.20241022-e57b851",
3
+ "version": "20.1.0-canary.20241024-0bea5b2",
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.1.0-canary.20241022-e57b851"
37
+ "@nx/devkit": "20.1.0-canary.20241024-0bea5b2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
@@ -17,10 +17,9 @@ jobs:
17
17
  # This enables task distribution via Nx Cloud
18
18
  # Run this command as early as possible, before dependencies are installed
19
19
  # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
20
- <% if (connectedToCloud) { %>- run: <%= packageManagerPrefix %> nx-cloud start-ci-run --distribute-on="3 linux-medium-jvm" --stop-agents-after="build"
21
- <% } else { %># Connect your workspace by running "nx connect" and uncomment this
20
+ <% if (connectedToCloud) { %># Uncomment this line to enable task distribution<% } else { %># Connect your workspace by running "nx connect" and uncomment this line to enable task distribution<% } %>
22
21
  # - run: <%= packageManagerPrefix %> nx-cloud start-ci-run --distribute-on="3 linux-medium-jvm" --stop-agents-after="build"
23
- <% } %>
22
+
24
23
  - nx/set-shas:
25
24
  main-branch-name: '<%= mainBranch %>'
26
25
 
@@ -21,10 +21,8 @@ jobs:
21
21
  # This enables task distribution via Nx Cloud
22
22
  # Run this command as early as possible, before dependencies are installed
23
23
  # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
24
- <% if (connectedToCloud) { %>- run: <%= packageManagerPrefix %> nx-cloud start-ci-run --distribute-on="3 linux-medium-jvm" --stop-agents-after="build"
25
- <% } else { %># Connect your workspace by running "nx connect" and uncomment this
24
+ <% if (connectedToCloud) { %># Uncomment this line to enable task distribution<% } else { %># Connect your workspace by running "nx connect" and uncomment this line to enable task distribution<% } %>
26
25
  # - run: <%= packageManagerPrefix %> nx-cloud start-ci-run --distribute-on="3 linux-medium-jvm" --stop-agents-after="build"
27
- <% } %>
28
26
 
29
27
  - name: Set up JDK 17 for x64
30
28
  uses: actions/setup-java@v4