Skip to content

Commit

Permalink
change log to err
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Dec 16, 2023
1 parent 040479b commit fc13c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void build(BuildConfig config, BuildMultiTarget ... targets) {
if(target != null) {
for(BuildTarget buildTarget : target.multiTarget) {
String targetName = buildTarget.getClass().getSimpleName();
System.out.println("##### Building: " + targetName + " #####");
System.err.println("##### Building: " + targetName + " #####");
if(!buildTarget.build(config)) {
throw new RuntimeException();
}
Expand Down

0 comments on commit fc13c17

Please sign in to comment.