Skip to content

v0.52.0

Compare
Choose a tag to compare
@raviagarwal7 raviagarwal7 released this 10 Nov 11:56
· 59 commits to master since this release

Enhancements

  • OkBuck is now Java 11 Compatible (#921)

Potential Breaking Changes

  • Kotlin is bumped to 1.4.10

Bug Fixes

  • okbuck.buckconfig params can now be overridden (#929). Fixes (#927)
# Run `./gradlew wrapper` to generate a new wrapper which automatically gets this fix.

# You can also manually update your existing wrapper by removing below lines from buckw
setupBuckFlags ( ) {	
    EXTRA_BUCK_CONFIG="$EXTRA_BUCK_CONFIG --config-file .okbuck/config/okbuck.buckconfig"	
}

   if [[ -z "$SKIP_FLAGS" ]]; then	
       # --help|-h|help|kill|--version do not support --config-file	
       setupBuckFlags	
   fi


# Running `./buckw <command>` will add an entry of okbuck.buckconfig in your .buckconfig
# to ensure the config values are picked up at runtime.

Full Changelog: v0.51.0...v0.52.0