sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

FAILURE: Build failed with an exception. #1070

Closed antic-ml closed 4 years ago

antic-ml commented 4 years ago

Downloading and executing the gradlew build command failed. Here's the output:

`C:\Users\Mario Gianota\JFoenix-master>gradlew build Downloading https://services.gradle.org/distributions/gradle-4.2.1-bin.zip ................................................................... Unzipping C:\Users\Mario Gianota.gradle\wrapper\dists\gradle-4.2.1-bin\dajvke9o8kmaxbu0kc5gcgeju\gradle-4.2.1-bin.zip to C:\Users\Mario Gianota.gradle\wrapper\dists\gradle-4.2.1-bin\dajvke9o8kmaxbu0kc5gcgeju

FAILURE: Build failed with an exception.

jfoenixadmin commented 4 years ago

Seems like you are using Java OpenJDK build instead of Oracle Java 8 build. Make sure to use compatible java version. Master branch is for Java 8, while jfoenix-9.0.0 branch is for Java 9-11.