Sets up publishing of loader's dependencies in a loom-friendly fashion. As I had to touch a few different parts of the buildscript while doing this, I took the occasion to switch to using toolchains to handle the java version used for compiling and generating javadoc.
The dependencies are publishes as a module at org.quiltmc:quilt-loader-dependencies; currently, loader itself does not publish a dependency on this module, though this would be changed once an accompanying exclusion has been added to quilt loom, backported to old versions, and some time given for people to update
Sets up publishing of loader's dependencies in a loom-friendly fashion. As I had to touch a few different parts of the buildscript while doing this, I took the occasion to switch to using toolchains to handle the java version used for compiling and generating javadoc.
The dependencies are publishes as a module at
org.quiltmc:quilt-loader-dependencies
; currently, loader itself does not publish a dependency on this module, though this would be changed once an accompanying exclusion has been added to quilt loom, backported to old versions, and some time given for people to update