When i run gradle build, it gives me this error :-
* What went wrong:
Could not resolve all dependencies for configuration ':testCompile'.
> Artifact 'org.slf4j:slf4j-api:1.7.12@jar' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Can someone help me with this. How to solve this problem?
I am facing the same issue for junit dependency. But the solution you specified could not resolve my issue.
I am behind the corporate proxy. Specified the proxy details in gradle.properties.
Using eclipse plugin to build grade project (BuildShip)
My build.gradle
apply plugin: ‘java’