Sign in
bazel
/
rules_kotlin
/
ee07ea9982416fb9f69c1969b991b0ef099b2d39
/
.
/
third_party
/
regen_deps.sh
blob: 1072e027171668a5d32f6b93c68ec77a12260134 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
e
WS_ROOT
=
$
(
bazel info workspace
)
THIRD_PARTY_DIR
=
$
{
WS_ROOT
}/
third_party
bazel run
//
third_party
:
bazel_deps generate
--
\
-
r $
{
WS_ROOT
}
\
-
d third_party
/
dependencies
.
yaml \
-
s third_party
/
jvm
/
workspace
.
bzl