Skip to content

Commit bc83756

Browse files
committed
use retry step wip
1 parent b0bd698 commit bc83756

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/maven/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependsOn": [
1111
"@nx/nx-source:populate-local-registry-storage",
1212
"@nx/nx-source:local-registry",
13-
"nx-maven-plugin:mvn-install"
13+
"nx-maven-plugin:mvn-install-with-retries"
1414
]
1515
},
1616
"e2e-ci--**/**": {
1717
"dependsOn": [
1818
"@nx/nx-source:populate-local-registry-storage",
1919
"@nx/nx-source:local-registry",
20-
"nx-maven-plugin:mvn-install"
20+
"nx-maven-plugin:mvn-install-with-retries"
2121
]
2222
}
2323
}

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"nxCloudId": "62d013ea0852fe0a2df74438",
344344
"nxCloudUrl": "https://staging.nx.app",
345345
"parallel": 1,
346-
"bust": 4,
346+
"bust": 3,
347347
"defaultBase": "master",
348348
"sync": {
349349
"applyChanges": true

0 commit comments

Comments
 (0)