|
|
|
|
|
by elric
817 days ago
|
|
That example doesn't even need a script, it could literally be a single gradle task. Some things are lot easier to do in a platform independent way in Java (or Groovy) than in shell scripts. And unlike the latter, the former can be tested just like any other part of the code base. It always bugged me that build scripts are hardly ever tested or engineered. They just grow into giant balls of mud. |
|