Skip to content

Commit 6ff3380

Browse files
committed
remove NX_CLOUD_USE_BATCHING=true
1 parent b99ba70 commit 6ff3380

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ node_modules
4747
.nx/workspace-data
4848

4949
!batch-runner.jar
50-
!batch-runner-all.jar
50+
!batch-runner-all.jar
51+
.specstory/**
52+
.cursorindexingignore

batch-runner-all.jar

-10.5 KB
Binary file not shown.

batch-runner.jar

-10.5 KB
Binary file not shown.

replace-batch-runner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ function replaceJar(sourceJar, targetJar) {
2222
}
2323

2424
const workspaceRoot = process.cwd(); // assumes script is run from workspace root
25-
// replaceJar(path.join(workspaceRoot, 'batch-runner.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner.jar'));
26-
// replaceJar(path.join(workspaceRoot, 'batch-runner-all.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner-all.jar'));
25+
replaceJar(path.join(workspaceRoot, 'batch-runner.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner.jar'));
26+
replaceJar(path.join(workspaceRoot, 'batch-runner-all.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner-all.jar'));

0 commit comments

Comments
 (0)