Update buck build for strict dependencies
java_library() targets must now list every dependency they need for an import. This permits buck to run more targets in parallel as it has a better view of the dependency graph, and opens the door for buck to make even more optimizations in the future. Change-Id: I132bf47a725e44ba5950ba6ca76bfa72c3876906
This commit is contained in:
committed by
Gerrit Code Review
parent
be0e5c698f
commit
bd5629718f
@@ -60,5 +60,4 @@ maven_jar(
|
||||
'META-INF/LICENSE.txt',
|
||||
'META-INF/NOTICE.txt',
|
||||
],
|
||||
visibility = [],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user