PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
638 stars 83 forks source link

Use logger in Gradle over println #434

Closed Astrashh closed 9 months ago

Astrashh commented 9 months ago

Pull Request

Description

Replaces println calls with calls to Gradle loggers. The messages are set to log at INFO, which I believe won't show up by default, they seem to add a lot of noise when running tasks (subproject prints aren't really necessary to show all the time as gradle projects exists), but this can be up for discussion.

Checklist

Mandatory checks

Types of changes

Compatibility

Documentation

Testing

Licensing