-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot download eventStore client jar #19
Comments
Sorry that you are having problems building the project. In a new Docker container, I just cloned the project and compiled all files successfully. I suspect that either you had a temporary network failure or that you are behind a firewall that is blocking access to the repository. What command are you running to perform the build and what errors do you get? |
I run ./gradlew assemble, that is successful. But when I import the source code into intellij, the compile error comes. I also add idea plugin code in build.gradle, but after ./gradlew idea, still has errors |
Which project are you are importing? On Thu, Apr 7, 2016 at 1:03 AM, Chen Kai [email protected] wrote:
Microservices application platform http://eventuate.io |
Hi
I clone this project, and follow the instruction to build the project. But it seems cannot download eventStore client jar, so that there are many compile error. I tried the eventuateMavenRepoUrl=http://mavenrepo.eventuate.io/release, it cannot be accessed.
The text was updated successfully, but these errors were encountered: