-
buck publishnow only publishes CLASSPATH entries intstead of all deps when publishing a JAR - The
.buckconfigdocs 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_styleat https://buckbuild.com/rule/python_binary.html - @DanielGrech fixed
buck quickstartto generate a valid.hgignorefile - Buck can now enforce the Build Tools version used when compiling Android code. This can be used to avoid the build time regression of
aaptin 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.