You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gradle clean / gradle cleanloom doesn't work and also shows the error.
deleting .gradle and my loom cache does nothing
A temporary solution was to swap between loom 1.6 and 1.7 every time I made a gradle change, but this doesn't seem to work anymore. I've also tried pasting in a template build.gradle, refreshing, then repasting in my old one, which also doesn't seem to work anymore.
The text was updated successfully, but these errors were encountered:
I can confirm this issue on my part, with the simplest setup if attempting to override Mojang mappings using the layered mapping system will result in an Unfixable conflicts error with loom 1.7.
This error does not happen in loom 1.6, which leads me to think this is a regression.
This can be easily reproduced using the example mod and replacing the mappings with the following:
I keep getting a full log of every mapping in Minecraft, followed by "unfixable conflicts", even if I supply an empty mapping file.
log (cut off by Intellij)
build.gradle
mappings.tiny
empty mappings.tiny that still causes error
gradle clean
/gradle cleanloom
doesn't work and also shows the error.deleting
.gradle
and my loom cache does nothingA temporary solution was to swap between loom 1.6 and 1.7 every time I made a gradle change, but this doesn't seem to work anymore. I've also tried pasting in a template build.gradle, refreshing, then repasting in my old one, which also doesn't seem to work anymore.
The text was updated successfully, but these errors were encountered: