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 4179983 commit d2178abCopy full SHA for d2178ab
testkit/build.py
@@ -12,4 +12,4 @@ def run(args):
12
13
14
if __name__ == "__main__" and "TEST_SKIP_BUILD" not in os.environ:
15
- run(["mvn", "clean", "install", "-P", "!determine-revision", "-DskipTests"])
+ run(["mvn", "--show-version", "--batch-mode", "clean", "install", "-P", "!determine-revision", "-DskipTests"])
0 commit comments