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 183fc83 commit c5a085dCopy full SHA for c5a085d
scripts/download-rc.js
@@ -44,7 +44,7 @@ const downloadRC = () => {
44
}
45
46
function downloadArtifact(repo, artifactId, version, classifier = '') {
47
- const filename = classifier ? `${artifactId}-${version}-${classifier}.jar` : `hazelcast-${version}.jar`;
+ const filename = classifier ? `${artifactId}-${version}-${classifier}.jar` : `${artifactId}-${version}.jar`;
48
let artifact = `com.hazelcast:${artifactId}:${version}:jar`;
49
if (classifier) {
50
artifact += `:${classifier}`;
0 commit comments