I\'m getting
java.lang.NullPointerException: Location is required.
when I run my program after assembling using gradle with jav
I'm really late to the party...but the accepted didn't work. I (randomly) added 'javafx.fxml' to the list of modules, like this
javafx { version = "14" modules = [ 'javafx.controls', 'javafx.fxml'] }
...and it solved the issue.