diff --git a/build.gradle b/build.gradle index 73756e661..d93894ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -445,7 +445,7 @@ def addPomMetadataInformation(Project project, MavenPom pom) { def modJsonFile = project.file("src/main/resources/fabric.mod.json") if (!modJsonFile.exists()) { - System.out.println("Can't find fabric.mod.json at ${modJsonFile.toString()}!") + logger.error("Can't find fabric.mod.json at ${modJsonFile.toString()}!") return; }