I have been testing Buck for the last few days in order to speed up our CI builds.
We currently use Maven. To ease dependency management I created a small
plugin that exports the maven dependencies to a BUCK file:
An example is in the README along with a sample BUCK file that can build your project.
You can try it in your maven project with
mvn de.evosec:export-dependencies-maven-plugin:buck
Hopefully it can help others evaluating / migrating to Buck.
Let me know what you think.
Cheers,
Arlo