ngoanh2n/selenide-testng-reportportal-example

The dependencies of ReportPortal can't download

ansonliao opened this issue · 2 comments

Dear @ngoanh2n ,
Thanks for your work on providing this example of Selenide + gradle + reportportal.
After I downloaded the project, and find that the dependencies of the ReportPortal can't download.

After added the repositories setting as below, also some dependencies can't download.
image

Could you help to advise how to fix it?
Thanks.

Hi @ansonliao
According to your screenshot, you have added:

This means, Gradle will find com.epam.reportportal:agent-java-testng:4.2.0 in repository http://dl.bintray.com/epam/reportportal/
But you can see that, version 4.2.0 doesn't exist (http://dl.bintray.com/epam/reportportal/com/epam/reportportal/agent-java-testng/)

=> You have found a version which not present in a repository.
Now, you can pick a version at:

@ngoanh2n
Thanks for your reply, actually I solved the problem in my machine locally after I found the problem, and thanks for your very detailed reply.