ReactiveX / RxJavaFX

RxJava bindings for JavaFX
Apache License 2.0
519 stars 67 forks source link

fix(gradle): tests not executed because of issues with Gradle 4 and Java 11 #87

Closed arnobl closed 5 years ago

arnobl commented 5 years ago

Gradle 4 and Java 11 did not work property together: tests are not executed. Gradle fixed this issue with Gradle 5. See: gradle/gradle#7059

This patch makes use of Gradle 5 to able test executions (that still fail because of another issue I will pore over).