Gradle plugin for Pro*C

Hello Everyone,

We want to migrate from GNU Make to gradle build. But we didn’t find Proc plugin (like cplugin) for source compilation! Can you please help us to know how we can use gradle to compile ProC files?
Please let me know if any further details are needed.

Thank you.

Sorry for the delay, catching on email now and stubble upon your question. For C compilation, you either use the new core C++ plugins and configure them to compile C: native-samples/c/application at master · gradle/native-samples · GitHub

Or you can use C plugins from Nokee: Nokee Plugin Reference

Disclaimer, I helped develop the new core plugins and now develop and maintain the Nokee plugins.