Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: meirab100 on October 26, 2020, 01:06:44 am

Title: add gradle build tool to codeblocks
Post by: meirab100 on October 26, 2020, 01:06:44 am
gradle build tool for c++ is free (and is integrated with other ide's). it could be very good option. if the "gradle addon" can generate the gradle.build file in order to build it from command line.

it exists in: ( VS Code and Clion).
is there anything that prevents the integration of this addon into codeblocks?
Title: Re: add gradle build tool to codeblocks
Post by: oBFusCATed on October 26, 2020, 10:01:36 am
is there anything that prevents the integration of this addon into codeblocks?
Nope, I suppose it could be integrated, but someone needs to do the work.
I don't use it personally, so I don't have an incentive to do it.
If you use it then patches welcome. :)
Title: Re: add gradle build tool to codeblocks
Post by: oBFusCATed on October 26, 2020, 10:03:18 am
Actually have you tried to use it instead of a makefile in a custom makefile type of project?