You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This brings us up to date with Facebook's Buck release,
with the following additions:
* Simple Console reports "STILL BUILDING" if a rule
takes too long (required for Travis)
* Empty javadoc jars are now valid (required for maven)
* We encode a build stamp into each java build
The build stamp is a dependency of the core Java
WebDriver interfaces (added in the manifest of
`//java/client/src/org/openqa/selenium:core`). Since
this rule is built _every time_ we invoke Buck, we
expect to see more rebuilds. In the general case, ABI
checks will mean only java_binary artifacts are rebuilt
so build times should not be impacted.
0 commit comments