Skip to content

Commit 80e609c

Browse files
committed
upgrade pr version to 0.0.0-pr-31313-3e61ace
1 parent c154b91 commit 80e609c

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
},
43-
"bustCache": 81,
43+
"bustCache": 82,
4444
"nxCloudUrl": "https://staging.nx.app",
4545
"nxCloudId": "67a56832eb5d9093e3ebe776"
4646
}

package-lock.json

Lines changed: 57 additions & 56 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-574e68d",
9-
"nx": "0.0.0-pr-31313-574e68d"
8+
"@nx/gradle": "0.0.0-pr-31313-3e61ace",
9+
"nx": "0.0.0-pr-31313-3e61ace"
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)