Robert Lichtenberger
Robert Lichtenberger
Thank you for the PR. Please be patient, I'll try to look into it the week after the next.
I had another look at this PR and I'm not sure if I want to integrate it the way it stands. The problems I found: - Messages must be i18n...
I have the same problem when working on ValidatorFX (https://github.com/effad/ValidatorFX). If I import the gradle project to eclipse, I get all kinds of compile problems. As soon as I delete...
The above workaround works insofar as there are no compile errors anymore in the src/main/validatorfx folder. But in src/test/java no JavaFX seems to be known at all...
Playing around with org.javamodularity.moduleplugin: ``` compileTestJava { moduleOptions { compileOnClasspath = false } } ``` let's compilation of tests fail on the command line as well...