/
githubmirror
/
the-algorithm
Обзор
Документация
Войти
/
githubmirror
/
the-algorithm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
topic-social-proof/server/BUILD
24 строки
668 B
twitter-team
Open-sourcing Topic Social Proof Service
15 апр 2023, 00:45
15 апр 2023, 00:45
94ff4ca
Код
Авторство
О чём код?
jvm_binary( name = "bin", basename = "topic-social-proof", main = "com.twitter.tsp.TopicSocialProofStratoFedServerMain", runtime_platform = "java11", tags = [ "bazel-compatible", ], dependencies = [ "strato/src/main/scala/com/twitter/strato/logging/logback", "topic-social-proof/server/src/main/resources", "topic-social-proof/server/src/main/scala/com/twitter/tsp", ], ) # Aurora Workflows build phase convention requires a jvm_app named with ${project-name}-app jvm_app( name = "topic-social-proof-app", archive = "zip", binary = ":bin", tags = [ "bazel-compatible", ], )