Reduce console spam a bit

dev/0.11
modmuss50 2019-11-07 12:56:43 +00:00
parent f85daec559
commit ae6a43b923
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class SourceRemapper {
}
});
project.getLogger().lifecycle(":remapping source jar");
project.getLogger().info(":remapping source jar");
Mercury mercury = extension.getOrCreateSrcMercuryCache(toNamed ? 1 : 0, () -> {
Mercury m = new Mercury();