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
I downloaded the zip file for this, and tried to build. It wouldn't because some Groovy obsolescence.
I tried again with a newer Gradle and it worked.
But then: the cpp-jni-greeter/src/main/headers/com_example_greeter_Greeter.h should not be there, as it is also generated by the java-jni-greeter subproject, which will be picked up by:
I downloaded the zip file for this, and tried to build. It wouldn't because some Groovy obsolescence.
I tried again with a newer Gradle and it worked.
But then: the cpp-jni-greeter/src/main/headers/com_example_greeter_Greeter.h should not be there, as it is also generated by the java-jni-greeter subproject, which will be picked up by:
But then, this should be built first, so a dependency should be defined. I don't understand how.
The text was updated successfully, but these errors were encountered: