mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Several jars in our dependencies are now multi-release, including dnsjava and snakeyaml, and a few more. Such jars include jvm-version-specific classes that will only be loaded by the vm that can handle them. All it takes is a new manifest attribute. This change allows us to upgrade to dnsjava3.6+: the base (java 8) version of this jar breaks java21. The correct manifest allows java21 to find the classes it needs.
This directory is intentionally empty. This subproject is configred through root project build script.