Could not resolve all dependencies for configuration ‘:Acme_Upload:checkstyle’.
Could not find com.puppycrawl.tools:checkstyle
Any suggestions?
Could not resolve all dependencies for configuration ‘:Acme_Upload:checkstyle’.
Could not find com.puppycrawl.tools:checkstyle
Any suggestions?
Without more information, it’s impossible to say. Perhaps you didn’t declare a repository that contains the ‘checkstyle’ dependency.
Thanks, Peter.
That sounds possible. I was able to talk to the developer who wrote the gradle file, and he removed the reference to checkstyle (we can live without it), which fixed the problem.