We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bd698 commit bc83756Copy full SHA for bc83756
e2e/maven/project.json
@@ -10,14 +10,14 @@
10
"dependsOn": [
11
"@nx/nx-source:populate-local-registry-storage",
12
"@nx/nx-source:local-registry",
13
- "nx-maven-plugin:mvn-install"
+ "nx-maven-plugin:mvn-install-with-retries"
14
]
15
},
16
"e2e-ci--**/**": {
17
18
19
20
21
22
}
23
nx.json
@@ -343,7 +343,7 @@
343
"nxCloudId": "62d013ea0852fe0a2df74438",
344
"nxCloudUrl": "https://staging.nx.app",
345
"parallel": 1,
346
- "bust": 4,
+ "bust": 3,
347
"defaultBase": "master",
348
"sync": {
349
"applyChanges": true
0 commit comments