Fix Appveyor link

This commit is contained in:
Bruce Eckel 2016-11-23 12:27:48 -08:00 committed by GitHub
parent 4274fe5613
commit 4f74fe96b0

View File

@ -1,6 +1,6 @@
[![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
[![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)
[![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
To compile and run these programs, you only need JDK 8 installed.
Invoking `gradlew` will automatically download and install Gradle.