Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change list
Upgrade to Gradle 4.4.1
Upgrade to Shadow plugin 2.0.2 to avoid using deprecated API
Build with Gradle 4.4.1 produces warning
A constructor for `org.gradle.api.internal.java.JavaLibrary` is used by Shadow plugin v1.2.x, and has been preserved for compatibility. This has been deprecated and is scheduled to be removed in Gradle 5.0. If you're using the Shadow plugin, try upgrading to v2.x. at build_dl88ph5x3js4p0j7p18rbzvjq.run(/.../java-client/build.gradle:34)
Use pre-configured mavenCentral() repository
https://docs.gradle.org/4.4.1/release-notes.html#use-of-canonical-url-for-mavencentral()-repository-url
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that apply