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.