Releases: uber/okbuck
Releases · uber/okbuck
V0.11.0
What's New
- Updated retrolambda to use post process classes commands. This brings significantly faster build speeds for projects that use retrolambda
- Added support for building groovy projects with buck
- Added support to extend
extraBuckOpts
to many more rule types - Added a flag to generate
BUCK
files in parallel for sub projects to speed up okbuck runs. It can be enabled via
okbuck {
experimental {
parallel = true
}
}
Breaking Changes
extraBuckOpts
no longer accepts abinary
key to customizeandroid_binary
rules. Please use the keyandroid_binary
instead.
v0.10.0
V0.9.0
V0.8.0
V0.7.0
V0.5.0
- Provides a
buckWrapper
task that generates a wrapper script to run buck tasks - Add support for
java_binary
rule - Add support for SqlDelight
- Adds experimental support for robolectric and espresso tests