Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
95 stars 119 forks source link

build: Migrate to Maven #532

Closed SMadani closed 1 month ago

SMadani commented 1 month ago

This PR removes Gradle from the project and opts for Maven as the build system instead. Consequently, the build.gradle is ported over to pom.xml manually. The GitHub CI workflows have been updated to work with this. Furthermore, it is no longer necessary to use bumpversion, since Maven can handle this using an Ant Replace task.