Use Groovy app and test code in combination with jlink solution for bundling JavaFX
问题 This follows on from this excellent solution to the question of how to get Gradle to bundle up JavaFX with your distributions. NB specs: Linux Mint 18.3, Java 11, JavaFX 13. That stuff, involving jlink and a module-info.java, is beyond my pay grade (although I'm trying to read up on these things). I want to move to using Groovy in my app and test code (i.e. Spock) rather than Java. The trouble is, the minute I include the "normal" dependency in my build.gradle i.e. implementation 'org