File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ outputs:
50
50
runs :
51
51
using : composite
52
52
steps :
53
- - name : nx show project spring-boot-loader
54
- shell : bash
55
- run : npx nx show project spring-boot-loader --json --verbose
53
+ # - name: nx show project spring-boot-loader
54
+ # shell: bash
55
+ # run: npx nx show project spring-boot-loader --json --verbose
56
56
- name : Prepare Gradle Build
57
57
uses : ./.github/actions/prepare-gradle-build
58
58
with :
62
62
java-early-access : ${{ inputs.java-early-access }}
63
63
java-toolchain : ${{ inputs.java-toolchain }}
64
64
java-version : ${{ inputs.java-version }}
65
- - name : remove project graph
66
- shell : bash
67
- run : rm -f .nx/workspace-data/project-graph.json
65
+ # - name: remove project graph
66
+ # shell: bash
67
+ # run: rm -f .nx/workspace-data/project-graph.json
68
68
- name : Build
69
69
id : build
70
70
if : ${{ inputs.publish == 'false' }}
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Check Out Code
11
11
uses : actions/checkout@v4
12
- - name : Remove gradle cache folder
13
- run : rm -rf ~/.gradle/caches
12
+ # - name: Remove gradle cache folder
13
+ # run: rm -rf ~/.gradle/caches
14
14
15
15
- name : Use Node.js
16
16
uses : actions/setup-node@v4
@@ -20,18 +20,18 @@ jobs:
20
20
cache : npm
21
21
- run : npm install
22
22
23
- - run : npx nx reset
24
- - run : rm -f .nx/workspace-data/project-graph.json
25
- - run : ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
26
- - run : npx nx show project spring-boot-loader --json --verbose
23
+ # - run: npx nx reset
24
+ # - run: rm -f .nx/workspace-data/project-graph.json
25
+ # - run: ./gradlew nxProjectGraph -PciTestTargetName=ci --info --rerun-tasks --no-build-cache
26
+ # - run: npx nx show project spring-boot-loader --json --verbose
27
27
28
28
# This enables task distribution via Nx Cloud
29
29
# Run this command as early as possible, before dependencies are installed
30
30
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
31
31
# Uncomment this line to enable task distribution
32
32
- run : RUST_BACKTRACE=1 NX_FORCE_REUSE_CACHED_GRAPH=false NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3=false NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_CLOUD_RETRIEVAL_CONCURRENCY=50 NX_CLOUD_NO_TIMEOUTS=true NX_VERBOSE_LOGGING=true NX_CLOUD_VERBOSE_LOGGING=true NX_PERF_LOGGING=true npx nx-cloud start-ci-run --require-explicit-completion --distribute-on="../../.nx/workflows/distribution-config.yaml"
33
33
34
- - run : rm -f .nx/workspace-data/project-graph.json
34
+ # - run: rm -f .nx/workspace-data/project-graph.json
35
35
36
36
- name : Build
37
37
id : build
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " dev.nx.gradle.project-graph" version " 0.0.1-alpha.7 "
2
+ id " dev.nx.gradle.project-graph" version " 0.0.1-alpha.9 "
3
3
id " base"
4
4
id " org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
5
5
}
You can’t perform that action at this time.
0 commit comments