mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
This will make it easier for Donuts to do loose coupling of repositories. Without this change, they would have to copy everything from our WORKSPACE file by hand. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116674743
5 lines
160 B
Text
5 lines
160 B
Text
workspace(name = "domain_registry")
|
|
|
|
load("//java/com/google/domain/registry:repositories.bzl", "domain_registry_repositories")
|
|
|
|
domain_registry_repositories()
|