gdx-controllers
gdx-controllers copied to clipboard
Update publishing to new gradle plugin
The 'maven' publishing plugin is deprecated since gradle 5 and was removed in newer versions: https://docs.gradle.org/current/userguide/upgrading_version_5.html This pr upgrades the publishing process to use the new 'maven-publish' plugin.
Due to some generic issues I encountered when testing locally, I upgraded gradle in the same run to 7.3.3 which resolved them.
I think I addressed all issues