https://quarkus.io/guides/extension-authors-guide#register-resources-for-use-in-native-image led me to believe I only needed to register the file, but actually I need to call `ServiceUtil` to register the contents of the file for reflection, at the very least.