Skip to content

V0.13.0

Compare
Choose a tag to compare
@kageiit kageiit released this 18 Dec 03:53
· 733 commits to master since this release

Enhancements

  • Performance improvements around repository handling for dependency cache and caching targets of projects to speedup okbuck tasks.
  • When a local project dependency with the same group and artifact id as an external dependency is discovered, it will be used as the preferred target across all generated buck rules. (See #285 for details)

Bug fixes

  • Fixed a bug with when watchman fails to list BUCK files to cleanup. buckw falls back to okbuckClean in such cases. Please regenerate the wrapper with ./gradlew buckWrapper to get this fix.
  • Fixed a regression with local dependencies. (#195)

Potential Breaking Changes

  • Project dependency substitution for external dependencies may cause buck compilation failures. (#285)
  • When using local jars/aars outside the project root, okbuck will fail. Such dependencies should be moved into the project for reproducible builds instead. (#288)