mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Add FIXME to remapJar notifying that it doesn't work
This commit is contained in:
@@ -93,6 +93,7 @@ public class RemapJarTask extends Jar {
|
||||
String fromM = "named";
|
||||
String toM = "official";
|
||||
// ^ This is passed to SrgRemapJarTask.
|
||||
// FIXME: The task crashes because it's passed the int -> named mappings instead of full mappings
|
||||
|
||||
Set<File> classpathFiles = new LinkedHashSet<>(
|
||||
project.getConfigurations().getByName("compileClasspath").getFiles()
|
||||
|
||||
Reference in New Issue
Block a user