Hi there,
During this lab I've got the following error message for 2nd (OrderService) and 3rd (Clients) Gradle tasks after the build process has finished:
Unzipping C:\Users\VssAdministrator\.gradle\wrapper\dists\gradle-2.1-bin\1cj2lqt23tg676q1mpb5mv6hhu\gradle-2.1-bin.zip to C:\Users\VssAdministrator\.gradle\wrapper\dists\gradle-2.1-bin\1cj2lqt23tg676q1mpb5mv6hhu Exception in thread "main" java.lang.RuntimeException: java.util.zip.ZipException: zip file is empty
It turned out that HTTPS was enforced on all gradle wrapper downloads so http://URL set in your gradle-wrapper.properties for OrderService and Clients doesn't work and should be changed to https://URL as Java doesn’t autofollow cross-protocol redirects using UrlConnection.
Thanks,
Eugene