MixinGradle Refmap with ForgeGradle 1.2

I’m using ForgeGradle 1.2 for Forge 1.7.10.

I’m trying to use Mixin in my project to change multiple classes in Minecraft’s code.

It works fine when I use it in my IDE, but when I try to export it, it requires the Refmap, wich the ForgeGradle doesn’t generate.

I’ve seen some projects not using MixinGradle but still having the refmap:
ForgeEssentials: GitHub - ForgeEssentials/ForgeEssentials at 1.7.10/develop

Anyone has an idea? Can provide gradle files.
Thanks

Maybe they used to generate it themselves. Anyway ForgeEssentials is now using MixinGradle: ForgeEssentials/build.gradle at 01748162ddac4e465d88db97e50b48c0c2ec8ab5 · ForgeEssentials/ForgeEssentials · GitHub. I think you should do the same.

I can’t. MixinGradle doesn’t support ForgeGradle 1.2, and, in my knowledge, only ForgeGradle 1.2 can support Minecraft 1.7.10 :confused:

edit: They don’t generate it themselves. I cloned the repo and built it