HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
687 stars 129 forks source link

gradle task build is failed #192

Closed ltorok closed 4 years ago

ltorok commented 4 years ago

Hi. After run this command gradlew.bat build -Dorg.gradle.java.home="C:\Program Files\AdoptOpenJDK\jdk-11.0.7.10-hotspot" I get follow output in Windows CMD console: image I use Gradle Wrapper (gradlew.bat, currently is used Gradle 6.4), Java is AdoptOpenJDK 11.0.7.10, OS is Windows 10.

Problem (attached screenshot):

HanSolo commented 4 years ago

Yep there is a problem with gradle version > 6.3 I will fix it asap.

HanSolo commented 4 years ago

Should be fixed with latest commit

ltorok commented 4 years ago

Thanks. It is ok now.