We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b668508 commit 0ed032eCopy full SHA for 0ed032e
1 file changed
scripts/download-rc.js
@@ -43,7 +43,7 @@ const downloadRC = () => {
43
+ HAZELCAST_RC_VERSION);
44
const subprocess = spawnSync('mvn',
45
[
46
- '-X',
+ '-q',
47
'org.apache.maven.plugins:maven-dependency-plugin:2.10:get',
48
'-Dtransitive=false',
49
`-DremoteRepositories=${SNAPSHOT_REPO}`,
0 commit comments