mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-05 19:25:09 +01:00
18 lines
423 B
Python
18 lines
423 B
Python
|
target(
|
||
|
dependencies = [
|
||
|
"timelineranker/config",
|
||
|
"timelineranker/server/src/main/scala",
|
||
|
],
|
||
|
)
|
||
|
|
||
|
jvm_app(
|
||
|
name = "bundle",
|
||
|
basename = "timelineranker-server-package-dist",
|
||
|
binary = "timelineranker/server/src/main/scala:bin",
|
||
|
bundles = [bundle(
|
||
|
fileset = ["config/**/*"],
|
||
|
owning_target = "timelineranker/server/config:files",
|
||
|
)],
|
||
|
tags = ["bazel-compatible"],
|
||
|
)
|