Added main to the list of sources

This commit is contained in:
Marcin Grzejszczak
2021-05-10 08:35:47 +02:00
parent c20945a977
commit 0c6aa27803

View File

@@ -108,6 +108,7 @@ class ArtifactFetcher {
sourcesUrls
.add(sourcesUrl + splitVersion[0] + "." + splitVersion[1] + ".x.zip");
// fallback
sourcesUrls.add(sourcesUrl + "main.zip");
sourcesUrls.add(sourcesUrl + "master.zip");
}
else {