Agadar / NationStates-API-Java-Wrapper

A Java library for consuming the NationStates API.
5 stars 1 forks source link

Remove unnecessary dependencies/plugins that cause compilation errors #35

Closed Agadar closed 4 years ago

Agadar commented 4 years ago

See https://pastebin.com/0YsNxb8R, https://pastebin.com/veZqrejq.

The dependencies/plugins causing errors are used only for pushing to Maven Central, which is something I stopped doing since forever. As such, the easiest solution to the compilation errors is to just remove these dependencies.

Agadar commented 4 years ago

Removed in 069aff2.