Author Topic: add gradle build tool to codeblocks  (Read 4624 times)

Offline meirab100

  • Single posting newcomer
  • *
  • Posts: 2
add gradle build tool to codeblocks
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: add gradle build tool to codeblocks
« Reply #1 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. :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: add gradle build tool to codeblocks
« Reply #2 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]