You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a JavaFX 11 regular project without any dependency in the dependencies block fails with version 2.1.9, but works with 2.1.8.
:createMergedModule (Thread[Daemon worker,5,main]) completed. Took 0.239 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':createMergedModule'.
> Cannot invoke method getValue() on null object
The message doesn't really help to identify what is the problem.
Running a JavaFX 11 regular project without any dependency in the dependencies block fails with version 2.1.9, but works with 2.1.8.
The message doesn't really help to identify what is the problem.
But just adding some dependency like:
solves the issue.
The text was updated successfully, but these errors were encountered: