HanSolo / tilesfx

A JavaFX library containing tiles that can be used for dashboards.
Apache License 2.0
1.42k stars 199 forks source link

gradle task build is failed #104

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.5), Java is AdoptOpenJDK 11.0.7.10, OS is Windows 10.

Problem at generating JavaDoc.

HanSolo commented 4 years ago

If you pull the latest sources it should work again.

ltorok commented 4 years ago

Thanks. It is ok now. Thank you for quick reaction.