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
I am working on a new project (non-IDE related) that needs the bazel-java-sdk. I just copied it out of BEF into that other repo for now. We have #188 to move the bazel-java-sdk to a new Git repo so it is standalone and more easily shared.
But another thing we need to do is strip Guava from it. It uses it for just two reasons: ImmutableList and Precondition. Those aren't enough to add a big dep like Guava. I removed Guava in that other repo's copy, but we need to do it here too.
The text was updated successfully, but these errors were encountered:
I am working on a new project (non-IDE related) that needs the bazel-java-sdk. I just copied it out of BEF into that other repo for now. We have #188 to move the bazel-java-sdk to a new Git repo so it is standalone and more easily shared.
But another thing we need to do is strip Guava from it. It uses it for just two reasons: ImmutableList and Precondition. Those aren't enough to add a big dep like Guava. I removed Guava in that other repo's copy, but we need to do it here too.
The text was updated successfully, but these errors were encountered: