Skip to content

Commit 6f8a000

Browse files
committed
upgrade pr version to 0.0.0-pr-31313-ab5426c
1 parent 3f6d8c7 commit 6f8a000

File tree

5 files changed

+58
-57
lines changed

5 files changed

+58
-57
lines changed

batch-runner-all.jar

902 Bytes
Binary file not shown.

batch-runner.jar

902 Bytes
Binary file not shown.

package-lock.json

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"postci": "node replace-batch-runner.js"
66
},
77
"dependencies": {
8-
"@nx/gradle": "0.0.0-pr-31313-9688d2f",
9-
"nx": "0.0.0-pr-31313-9688d2f"
8+
"@nx/gradle": "0.0.0-pr-31313-ab5426c",
9+
"nx": "0.0.0-pr-31313-ab5426c"
1010
}
1111
}

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)