onobc commented on code in PR #874:
URL: https://github.com/apache/pulsar-site/pull/874#discussion_r1547095069


##########
versioned_docs/version-3.2.x/client-libraries-java-setup.md:
##########
@@ -42,10 +42,53 @@ If you use Gradle, add the following information to the 
`build.gradle` file.
 def pulsarVersion = '@pulsar:version@'
 
 dependencies {
-    compile group: 'org.apache.pulsar', name: 'pulsar-client', version: 
pulsarVersion
+    implementation "org.apache.pulsar:pulsar-client:${pulsarVersion}"

Review Comment:
   **[UNRELATED]** updated the configuration to `implementation` and uses the 
short form of the dependency.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to