Add FIXME to remapJar notifying that it doesn't work

This commit is contained in:
Juuxel
2020-07-27 22:56:30 +03:00
parent cea09e71e2
commit 10b850c26d

View File

@@ -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()