MixinGradle icon indicating copy to clipboard operation
MixinGradle copied to clipboard

Gradle plugin that adds the Mixin technology capability to your project.

Results 14 MixinGradle issues
Sort by recently updated
recently updated
newest added

https://github.com/MineDojo/MineDojo/issues/113 Caused by `MixinGradle-dcfaf61.jar` missing. https://jitpack.io/com/github/SpongePowered/MixinGradle/dcfaf61/MixinGradle-dcfaf61.jar show me **Not found**.

Without it, it may run ahead of the compile task, where the tsrgFile is missing, and the configuration will not be properly applied Fixes #38

As in the title. Gradle is able to shuffle task execution around a bit as long as task dependency constraints are met. I ran into a situation where gradle reordered...

When using together with the sonarqube plugin, a `ClassCastException` is thrown: ```java Caused by: java.lang.ClassCastException: class org.codehaus.groovy.runtime.GStringImpl cannot be cast to class java.lang.String (org.codehaus.groovy.runtime.GStringImpl is in unnamed module of loader...

The following message is printed under `--warning-mode=all -s`: ``` The org.gradle.util.VersionNumber type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further...

So, I was using Forge Gradle 2.3 with Gradle 7.6 (It is a fork) and the problem is that I cannot use Mixin Gradle 0.6 because it has an incompatibility...

I'm not sure which exact task being skipped causes it, but it's definitely not nice. I have to run clean build every time I want to build the mod and...

### report: A problem occurred configuring root project 'Hack'. > Could not resolve all artifacts for configuration ':classpath'. > Could not find mixingradle.jar (org.spongepowered:mixingradle:0.4-SNAPSHOT). Searched in the following locations: http://files.minecraftforge.net/maven/org/spongepowered/mixingradle/0.4-SNAPSHOT/mixingradle-0.4-SNAPSHOT.jar...

Same issue as https://github.com/MinecraftForge/ForgeGradle/issues/508