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
Remove call to maven_install from tink_java_deps_init
Instead, only expose TINK_MAVEN_ARTIFACTS for consumers of Tink to use in their workspace (see https://github.com/bazelbuild/rules_jvm_external#exporting-and-consuming-artifacts-from-external-repositories).
Also:
* Move RBE config in Tink Java's WORKSPACE.
* Move args4j maven artifact from Tink Java to examples and tools since it is only used there.
* Delete examples_java_deps_init.bzl, and instead simply call `maven_install` in the WORKSPACE; remove the need for keeping a separate `examples_maven` repo.
PiperOrigin-RevId: 450732939
Change-Id: I2b5614c838b9a14599b5dd3d2affea44167f3037
0 commit comments