mirror of
https://github.com/google/nomulus.git
synced 2025-07-28 13:36:26 +02:00
The Java code will be added in a followup PR. Also fixed tests failing due to org.json upgrade: decimal whole numbers no longer have their fractional parts removed, so currency value strings must end with ".00" instead of ".0". |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
buildscript-gradle.lockfile | ||
gradle.lockfile | ||
README.md |
Summary
This project holds some of the general-purpose utility classes that do not rely on the registry domain model.
This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.