We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1649615 + 8045490 commit de9eec9Copy full SHA for de9eec9
modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java
@@ -118,7 +118,7 @@ private File getWrapperDir() {
118
}
119
120
private static String downloadUrl(String version) {
121
- return "http://beust.com/kobalt/kobalt-" + version + ".zip";
+ return "https://beust.com/kobalt/kobalt-" + version + ".zip";
122
123
124
private void initWrapperFile(String version) throws IOException {
0 commit comments