shustsud commented on a change in pull request #286: URL: https://github.com/apache/pulsar-manager/pull/286#discussion_r444572715
########## File path: build.gradle ########## @@ -36,6 +36,9 @@ plugins { repositories { mavenCentral() mavenLocal() + maven { + url "https://yahoo.bintray.com/maven" Review comment: @tuteng This is needed to use [pulsar-client-auth-athenz(OSS Athenz)](https://github.com/apache/pulsar-manager/pull/286/files#diff-c197962302397baf3a4cc36463dce5eaR114). If there is no definition, Jenkins build will fail. The same definition is in pom.xml for [Pulsar](https://github.com/apache/pulsar/blob/5d02c70b674a36e5bd36c60e488737db5740d21e/pom.xml#L1723) and [Athenz](https://github.com/yahoo/athenz/blob/57255818c384acce16cf36944afff10bc26e68f1/pom.xml#L286). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org