mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-04 14:58:22 -05:00
package: don't spew the manifest diff at the end of every build
This commit is contained in:
@@ -123,7 +123,7 @@ public class Packager implements Closeable
|
||||
|
||||
Gson gson = new Gson();
|
||||
String diffJSON = gson.toJson(diff);
|
||||
log.info("manifest change: {}", diffJSON);
|
||||
log.debug("manifest change: {}", diffJSON);
|
||||
|
||||
try (FileOutputStream fos = new FileOutputStream("/tmp/manifest_diff"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user