google-nomulus/common
Ben McIlwain cfdf12aa7d
Add OkHttp as a library used by the core Nomulus project (#2272)
This will be used in a subsequent PR (see #2265) to upload the unavailable
domain names list to the BSA endpoint.
2024-01-09 12:53:15 -05:00
..
src BSA for integration test (#2256) 2024-01-05 11:09:40 -05:00
build.gradle Upgrade to Gradle 7.3.2 (#1922) 2023-01-25 12:47:35 -05:00
buildscript-gradle.lockfile Upgrade to Gradle 7.0 (#1712) 2022-07-26 11:41:27 -04:00
gradle.lockfile Add OkHttp as a library used by the core Nomulus project (#2272) 2024-01-09 12:53:15 -05:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

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.