RE: AndroidSt-ArtifactResolveException: Could not resolve all artifacts for conf... error 06-28-2020, 06:40 AM
#8
(06-27-2020, 10:41 PM)Mr.Kurd Wrote:When you have a Java Project which uses maven as a build tool, if you face any issues revolving any dependencies conflict (if in terms of versions or other pom related issues , they should be first fixed in pom) basically I clear the .m2 folder and do a mvn clean install to rebuild.(06-27-2020, 10:02 AM)ritiqxda Wrote: This actually saves you effort rather then resolving the dependencies!
I am experienced with maven and spring env, this has helped me countless times
What helped you out? and yeah its likely saving time than going through all dependencies.