From cc94cad71818816524c14f48ec075c3582804869 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Fri, 9 Oct 2020 04:53:27 -0600 Subject: [PATCH] Appveyor broken They are giving an error message that using build_script formerly fixed. Commented out both CI results. --- README.md | 6 +++--- appveyor.yml | 6 ------ appveyorXX.yml | 4 ++++ 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 appveyor.yml create mode 100644 appveyorXX.yml diff --git a/README.md b/README.md index 84b3e764..b1251088 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples) +[comment]: <> [![](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/project/BruceEckel/onjava-examples) +[comment]: <> [![](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. +To compile and run these programs, you only need JDK 8 installed. Invoking `gradlew` will automatically download and install Gradle. Gradle will also install all additional libraries necessary to compile and run the Java examples in the book. diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0d99cee3..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,6 +0,0 @@ -build_script: - - gradlew.bat --no-daemon --stacktrace run -# - gradlew.bat --parallel --stacktrace run -# - gradlew.bat --parallel --stacktrace :validating:jmh - -test: off diff --git a/appveyorXX.yml b/appveyorXX.yml new file mode 100644 index 00000000..5e586b07 --- /dev/null +++ b/appveyorXX.yml @@ -0,0 +1,4 @@ +build_script: + - gradlew.bat --no-daemon --stacktrace run + +test: off