Gradle plugin development for Pro*C

Hello Everyone,

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

Thank you.

Hi Ayyappa,

You need to extend Gradle and add a new toolchain to support the compilation of Pro C files. It is possible but you need some good knowledge of Gradle. Have a look here:

and here:

It may help.