google-nomulus/core
Lai Jiang 6a08808b8c Update registryTool task to better handle command line arguments (#273)
* 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-
2019-09-20 13:04:01 -04:00
..
gradle/dependency-locks Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
src Implement JpaTransactionManager (#268) 2019-09-19 10:01:40 -04:00
build.gradle Update registryTool task to better handle command line arguments (#273) 2019-09-20 13:04:01 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00