mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-10-05 23:54:09 +00:00
8 lines
188 B
Python
Vendored
8 lines
188 B
Python
Vendored
exports_files(["openapi-generator-cli-6.6.0.jar"])
|
|
|
|
java_binary(
|
|
name = "copybara_uberjar",
|
|
main_class = "com.google.copybara.Main",
|
|
runtime_deps = [":copybara_deploy.jar"],
|
|
)
|