quilt-loader icon indicating copy to clipboard operation
quilt-loader copied to clipboard

Generate a Multi-Release jar

Open AlexIIL opened this issue 8 months ago • 0 comments

This will allow us to have better implementations of existing features where newer versions of java has a better API.

For now this just replaces JavaVersionUtil.getgetJavaVersion() with a call to the public API Runtime.Version, rather than the current brittle string parser

AlexIIL avatar Apr 02 '25 04:04 AlexIIL