diff --git a/.travis.yml b/.travis.yml index 5c571bfc..40f3b7f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: java -jdk: openjdk11 +jdk: openjdk8 cache: directories: - node_modules diff --git a/README.md b/README.md index 8c944ac3..a55574bd 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ _The app handles loading data only. For features such as exporting and deleting 1. Install Java if you don't have it already (you won't need the development kit for Windows) - [Windows](http://javadl.oracle.com/webapps/download/AutoDL?BundleId=210182) | [Mac](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - 1. Verify that you have a compatible version of java on the command line by typing: `java -version`, which should show: `java version "11.x.x"` or newer + 1. Verify that you have a compatible version of java on the command line by typing: `java -version`, which should show: `java version "1.8.x"` 2. Download the dataloader.zip file from the downloads section of the [Latest Release](https://github.com/bullhorn/dataloader/releases/latest) diff --git a/dataloader.iml b/dataloader.iml index 1375dc97..b8844943 100644 --- a/dataloader.iml +++ b/dataloader.iml @@ -10,7 +10,7 @@ - + diff --git a/pom.xml b/pom.xml index aa2c9736..f6a4ae1b 100644 --- a/pom.xml +++ b/pom.xml @@ -91,8 +91,8 @@ maven-compiler-plugin 3.5.1 - 11 - 11 + 8 + 8