Following the JavaFX IntelliJ modular with Gradle tutorial here, I downloaded the project from github and followed the instructions. When I do gradlew run, I get the error:
> Task :run FAILED Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: C:\Users\ANDREW-SL3\github\hellofx\build\classes\java\main Caused by: java.lang.module.InvalidModuleDescriptorException: Package hellofx.org.openjfx not found in module Since I made no modification to the project I assume I've done something else wrong but can't figure out what it is.