cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
78 stars 57 forks source link

Add com.google.code.gson to the public API (JsonElement) #340

Closed martinda closed 2 years ago

martinda commented 2 years ago

This addresses #339

The API of this project exposes the class com.google.gson.JsonElement from the the transitive dependency com.google.code.gson:gson:2.8.9. This PR fixes that by declaring that dependency using the api configuration. Information about the api configuration can be found in Gradle's The Java Library Plugin

While preparing this PR, I visually reviewed the API and this is the only one I could see.