Skip to content

Commit

Permalink
Avoid using sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed May 8, 2024
1 parent 10d7cbd commit 4caee9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4caee9f

Please sign in to comment.