So, I’m having this problem where I get a NoSuchMethodError when calling HoconConfigurationLoader.Builder#setRenderOptions. However, this does not happen when debugging in a dev environment. Is there the reason that that method doesn’t exist in production, or is there something else?
What versions are you running for dev and for production?
It may be that you’re running an outdated version on one (or more) of them which causes that method to disappear. Make sure you’ve got both at the same version, ideally the latest version of whichever Sponge implementation you use.