-
buck publish
now only publishes CLASSPATH entries intstead of all deps when publishing a JAR - The
.buckconfig
docs have been revamped. You can now link directly to any setting, and the formatting has been changed to be consistent throughout: http://buckbuild.com/concept/buckconfig.html - You can now set the packaging type for a python_binary via a rule parameter in addition to the global setting in
.buckconfig
. Seepackage_style
at https://buckbuild.com/rule/python_binary.html - @DanielGrech fixed
buck quickstart
to generate a valid.hgignore
file - Buck can now enforce the Build Tools version used when compiling Android code. This can be used to avoid the build time regression of
aapt
in 23.0.2: https://buckbuild.com/concept/buckconfig.html#android.build_tools_version, https://code.google.com/p/android/issues/detail?id=198488 - Buck will no longer consider codesign identities which are marked as invalid when building
apple_*
rules.