Skip to content

Commit

Permalink
Fix maven command in run-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleen authored and mfussenegger committed Oct 4, 2023
1 parent 59bdcdb commit a38da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cr8/run_crate.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def _build_tarball(src_repo) -> Path:
run(['git', 'submodule', 'update', '--init', '--', 'es/upstream'])
if (path / "mvnw").exists():
run([
"mvnw",
"./mvnw",
"-T", "1C",
"clean",
"package",
Expand Down

0 comments on commit a38da7f

Please sign in to comment.