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:
parent
4644b66d79
commit
ae6258acb8
6 changed files with 11 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue