mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
3764e2b26c
* Update registryTool task to better handle command line arguments Tokens are delimited by pipes and can be escaped. If we use -args directly, we will not be able to escape the delimiter, if both the double and single quotes happen to be present in the arguments. See: https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/JavaExec.html#setArgsString-java.lang.String-