MovingBlocks / CrashReporter

A little utility for making crash reporting easier from different projects. Automation category: Terasology Library
Apache License 2.0
7 stars 9 forks source link

chore(build): clean up gradle deprecations #46

Closed keturn closed 3 years ago

keturn commented 3 years ago

These are mostly straightforward replacements for new names or syntax.

One thing that has more of an impact is replacing the compile dependencies. The right answer is usually implementation.

Terasology compiles with this after https://github.com/MovingBlocks/Terasology/pull/4845, and I successfully uploaded a log with it.