MixinGradle
MixinGradle copied to clipboard
Gradle plugin that adds the Mixin technology capability to your project.
Currently, a `addMixinsTo...` task is created for every single `jar` task, and is made to depend on the `compileJava` task for the source set being configured: https://github.com/SpongePowered/MixinGradle/blob/master/src/main/groovy/org/spongepowered/asm/gradle/plugins/MixinExtension.groovy#L1024-L1043 Unfortunately, this has...
This PR updates MixinGradle's build environment to Gradle 9.2.0. Here are some highlights: - This PR **does not make any changes to MixinGradle.** - The Forge maven hosts mirrors of...