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
This bug is caused by this change in e387514, which disabled the default Jar task behaviour for RemapJarTask due to changed task action ordering.
Unfortunately, the copy method is also responsible for deleting the old jar, which means that now TR just adds new and changed files into the jar but leaves all deleted files intact.
The text was updated successfully, but these errors were encountered:
Juuxel
added a commit
to Juuxel/fabric-loom
that referenced
this issue
Mar 4, 2025
To reproduce from a template:
src/main/resources/test.txt
gradlew assemble
(orbuild
orremapJar
)src/main/resources/test.txt
This bug is caused by this change in e387514, which disabled the default
Jar
task behaviour forRemapJarTask
due to changed task action ordering.Unfortunately, the
copy
method is also responsible for deleting the old jar, which means that now TR just adds new and changed files into the jar but leaves all deleted files intact.The text was updated successfully, but these errors were encountered: