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

./gradlew build fails in multi-project build #292

Closed
JacobJBublitz opened this issue Jan 7, 2019 · 2 comments
Closed

./gradlew build fails in multi-project build #292

JacobJBublitz opened this issue Jan 7, 2019 · 2 comments

Comments

@JacobJBublitz
Copy link

When the build task is ran from a multi-project build it fails with a NullPointerException. Both projects use the GradleRIO plugin and the root project depends on the sub-project.

$ ./gradlew build
> Task :extractTestJNI FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':extractTestJNI'.
> java.lang.NullPointerException (no error message)

An example project can be found here: https://github.com/Kaboomboom3/GradleRIO-Build-Test

@JaciBrunning
Copy link
Member

This is already fixed in #289 and is pending publish

@JacobJBublitz
Copy link
Author

Awesome thanks!

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