1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

use https to fetch artifacts

This commit is contained in:
Juan Liska 2019-03-29 08:00:48 -06:00
parent 4644b66d79
commit ae6258acb8
6 changed files with 11 additions and 11 deletions

View file

@ -118,7 +118,7 @@ public class Main {
}
private static String downloadUrl(String version) {
return "http://beust.com/kobalt/kobalt-" + version + ".zip";
return "https://beust.com/kobalt/kobalt-" + version + ".zip";
}
private void initWrapperFile(String version) throws IOException {