Fix maven issues while downloading java dependencies#171
Conversation
|
@umeshp7 and @shreys7 I also worked on this issue and working to find root cause of timeout of "follow redirects" in ok-http for that I need to run the test locally but unable to do so. Can You List All the steps needed to take before running npm test command locally |
|
Not noticed this thus submitted duplicate PR #187 BTW my observations:
|
|
@manjots1607 it requires jar dependencies for okhttp to work. see ci requirements bash file for the list of dependencies required before running tests locally. |
|
@nikhilmuz Also, increasing timeout time does not solve the primary issue. The time it is taking to finish execution could be a problem with the code we have generated. The aim is not to pass the test, but to produce accurate code-snippets. @manjots1607 Please refer to the contributing guide, hit us up if need more clarification in that. |
* Zip java-okhttp dependencies and unzip in ci-requirements * zip java-unirest dependencies and update ci-requirements. * Change httpbin to mockbin for redirect test.
central.maven.org is moved to https://repo1.maven.org.
This is causing CI to fail.
Fixes #179