mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
* Use Gradle dependency dynamic versioning Use dynamic versioning for Gradle dependencies when possible. Please refer to go/dr-dependency-upgrade for more information about the automation plan. This PR calls out all dependencies that must be pinned to specific versions for various reasons. The remaining ones are converted to open-ended version ranges ("[version_str,)"). |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
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.