mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Reduce console spam a bit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user