Added main to the list of sources

This commit is contained in:
Marcin Grzejszczak
2021-05-10 08:35:47 +02:00
parent 5a5a536c96
commit 55dc673401

View File

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