@nx/gradle 0.0.0-pr-28544-bc43ecf → 0.0.0-pr-28555-6a23783
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": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-28555-6a23783",
|
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": "0.0.0-pr-
|
37
|
+
"@nx/devkit": "0.0.0-pr-28555-6a23783"
|
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) {
|
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
|
|
package/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml.template
CHANGED
@@ -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) {
|
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
|