Skip to content

V0.19.0

Compare
Choose a tag to compare
@kageiit kageiit released this 07 Mar 23:51
· 638 commits to master since this release

Enchancements

  • buckw no longer relies on watchman to clean stale BUCK configuration files. It instead keeps state about the previous okbuck execution and only removes BUCK files that are not required anymore for subsequent runs. You need to regrenrate the wrapper by running ./gradlew buckWrapper to continue using okbuck correctly. (#408)

Bugfixes

  • Fixed a bug with source jar detection not working correctly for artifacts from the android sdk repository.

Potential Breaking Changes

  • Due to how stale configuration file cleanup has changed, you need to regrenrate the wrapper by running ./gradlew buckWrapper to continue using okbuck correctly.