DEV Community

Discussion on: Multi-language build tool?

Collapse
 
helpermethod profile image
Oliver Weiler

I use Gradle. Gradle may be hard to master but is flexible enough to cover almost any scenario one can think of.

Collapse
 
napicella profile image
Nicola Apicella

I wonder how it works for javascript code bases. I ll give it a try. Thanks!

Collapse
 
cjbrooks12 profile image
Casey Brooks

I recently found a Gradle plugin which hooks node scripts or node build tool tasks up to Gradle tasks. It works pretty well from my initial usage of it!

Thread Thread
 
napicella profile image
Nicola Apicella

It looks really promising. Thank you very much!

Collapse
 
evanoman profile image
Evan Oman

I was going to mention Gradle as well. We use it for JVM projects (obviously) but we have also used it for cross-platform native builds (C/C++).