[Bintray is sunsetting in May](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). The alternatives would be to: - setup artifactory cloud on Azure - setup artifactory on a VM - setup [a feed on Azure DevOps](https://docs.microsoft.com/en-us/azure/devops/artifacts/get-started-maven?view=azure-devops) - setup a feed on [github](https://github.com/features/packages) - drop this platform After internal discussions the download numbers on bintray have never been significant, having support for that platform complicates our CI/CD story. Todo: - [x] update readme from service library, core and beta to remove references to bintray - [x] update gradle configuration for service, core and beta to remove bintray plugins - [x] remove environments in CD for library, core and beta - [x] update [the webhook sample](https://github.com/microsoftgraph/java-spring-webhooks-sample) [AB#7984](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7984)