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
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)
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.
An example project can be found here: https://github.com/Kaboomboom3/GradleRIO-Build-Test
The text was updated successfully, but these errors were encountered: