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

Don't expose downloadUrl since it doesn't work yet.

This commit is contained in:
Cedric Beust 2015-11-13 23:36:58 -08:00
parent 8dfcb7c56a
commit 044bcc9c48
3 changed files with 6 additions and 5 deletions

View file

@ -86,7 +86,8 @@ public class Main {
if (! config.exists()) {
saveFile(config,
PROPERTY_VERSION + "=" + version + "\n"
+ PROPERTY_DOWNLOAD_URL + "=" + downloadUrl(version) + "\n");
// + PROPERTY_DOWNLOAD_URL + "=" + downloadUrl(version) + "\n"
);
}
wrapperProperties.load(new FileReader(config));
}