bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
45 stars 30 forks source link

Make java_library targets depend on each other #38

Closed kchodorow closed 7 years ago

kchodorow commented 7 years ago

java_libraries were just exporting their dependent jars, which didn't work with transitive dependencies. Now java_libraries just export their eponymous jar and depend on all of their actual dependencies.

Also: regenerated this project's generate_workspace.bzl with the new scheme and simplified the generated header, since it duplicates this project's README (and forthcoming documentation from Michelle).