Use Mercury 0.1.0-rc1 (#301)

This commit is contained in:
Jamie Mansfield
2020-11-15 16:03:16 +00:00
committed by GitHub
parent 9b8f1b7233
commit db623157aa
2 changed files with 3 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ public class SourceRemapper {
public static Mercury createMercuryWithClassPath(Project project, boolean toNamed) {
Mercury m = new Mercury();
m.setGracefulClasspathChecks(true);
for (File file : project.getConfigurations().getByName(Constants.Configurations.MINECRAFT_DEPENDENCIES).getFiles()) {
m.getClassPath().add(file.toPath());