-
Bug
-
Resolution: Done
-
Major
-
9.1.0.CR1
File requirements.json contains URLs to various bits that need to be downloaded in built time or in runtime. VirtualBox and JDK key should not contain version.
requirements.json
"jdk8.zip": { "bundle": "yes", "url": "http://cdn.azul.com/zulu/bin/zulu8.13.0.5-jdk8.0.72-win_x64.zip" }, "vagrant.msi": { "bundle": "no", "url": "https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4.msi" }, "VirtualBox-5.0.8.exe": { "bundle": "no", "version": "5.0.8", "revision": "103449", "url": "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-Win.exe" }