gdub

I wrote a little bash script a while back to help with some inconveniences I ran into while working with Gradle projects. I also used it as an excuse to experiment and play with running an open source project. If you use Gradle, I hope you will find it useful.

Check it out here.

Let me know if you think anything about it could be better.

 
3
Kudos
 
3
Kudos

Now read this

What makes a good build.gradle?

A build.gradle usually starts out innocently enough as a simple, easy to understand file. After all, that’s why you (or someone on your team) chose Gradle as your build system! However, if you don’t spend time refactoring it and give it... Continue →