Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project without dependencies with 2.1.9 fails #16

Closed
jperedadnr opened this issue Dec 14, 2018 · 3 comments
Closed

Project without dependencies with 2.1.9 fails #16

jperedadnr opened this issue Dec 14, 2018 · 3 comments

Comments

@jperedadnr
Copy link

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.

But just adding some dependency like:

dependencies {
    compile 'org.openjfx:javafx-web:11.0.1'
}

solves the issue.

@siordache
Copy link
Member

I will push a fix this weekend.

@siordache
Copy link
Member

Fixed in version 2.2.0.

@jperedadnr
Copy link
Author

Ok, it works fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants