This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
v2016.01.25.01
sdwilsh
released this
25 Jan 22:46
·
16947 commits
to main
since this release
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.