Fix incorrect Mixin message argument key.

This commit is contained in:
modmuss50
2022-09-24 21:02:49 +01:00
committed by GitHub
parent ffe5e955c5
commit 5ae24af98b

View File

@@ -108,7 +108,7 @@ public abstract class AnnotationProcessorInvoker<T extends Task> {
checkPattern(key, MSG_KEY_PATTERN);
checkPattern(value, MSG_VALUE_PATTERN);
args.put("AMSG_" + key, value);
args.put("MSG_" + key, value);
});
project.getLogger().debug("Outputting refmap to dir: " + getRefmapDestinationDir(task) + " for compile task: " + task);