Skip to content

Commit 9b8fa02

Browse files
committed
mx maven-deploy-public must not return otherwise mx will consider it a failure and exit with exit code 1
1 parent bd85d30 commit 9b8fa02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/mx.sdk/mx_sdk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def maven_deploy_public(args, licenses=None, deploy_snapshots=True):
377377
mx.log(f'mx maven-deploy {" ".join(deploy_args)}')
378378
mx.maven_deploy(deploy_args)
379379
mx.log(f'Deployed Maven artefacts to {path}')
380-
return path
381380

382381
@mx.command(_suite.name, 'nativebridge-benchmark')
383382
def nativebridge_benchmark(args):

0 commit comments

Comments
 (0)