Does Gradle, similar to Ruby's Rake, allow the build configuration for a single project to be organized in multiple files?

Yes! Just use apply from: ‘otherfile.gradle’.

Here’s a good example of a project that does just that https://github.com/eriwen/gradle-digest-plugin?files=1

Cheers,
Eric

1 Like