RxJavaFX icon indicating copy to clipboard operation
RxJavaFX copied to clipboard

update gradle to enable building with openjdk 14

Open geodab opened this issue 5 years ago • 0 comments

Hello, I'm new to RxJavaFX and was trying to test it with a maven based project that depends on rxjava3. These are the changes I needed to successfully run ./gradlew publishToMavenLocal using openjdk 14. I also happen to be new to gradle but it looks like the more recent versions have helped simplify things a bit for handling java modules and scoping of dependencies. Hope this helps in the upcoming release with rxjava3 support!

geodab avatar Jun 04 '20 05:06 geodab