MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

refactor: fix gradle warnings #5140

Closed PurityLake closed 1 year ago

PurityLake commented 1 year ago

Contains

Addresses #5127

This should be added into #5109

How to test

./gradlew wrapper --warning-mode all

Outstanding before merging

I made some changes to the versions of some plugins due to the version being older, so they were using deprecated functions.

* `protobuf` -> `0.9.4`

* `spotbug` -> `5.1.3`

Here is the PR again, sorry for taking so long

soloturn commented 1 year ago

this pr could be closed now, as the commits got merged with #5153 .

BenjaminAmos commented 1 year ago

Good point. I'll close this. Thank you @PurityLake for starting this off. The changes were merged in (https://github.com/MovingBlocks/Terasology/commit/07176f7c6f4bd5220a2c7d84673d214b89fadb24).