Skip to content

Commit de9eec9

Browse files
authored
Merge pull request #506 from pabl0rg/use-https-to-download-updates
use https to download kobalt updates
2 parents 1649615 + 8045490 commit de9eec9

File tree

1 file changed

+1
-1
lines changed
  • modules/wrapper/src/main/java/com/beust/kobalt/wrapper

1 file changed

+1
-1
lines changed

modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private File getWrapperDir() {
118118
}
119119

120120
private static String downloadUrl(String version) {
121-
return "http://beust.com/kobalt/kobalt-" + version + ".zip";
121+
return "https://beust.com/kobalt/kobalt-" + version + ".zip";
122122
}
123123

124124
private void initWrapperFile(String version) throws IOException {

0 commit comments

Comments
 (0)