kobalt icon indicating copy to clipboard operation
kobalt copied to clipboard

Aether not reporting a failed dependency correctly

Open cbeust opened this issue 9 years ago • 0 comments

        compile("com.graphql-java:graphql-rxjava:0.0.1")
$ ./kobaltw --resolve com.graphql-java:graphql-rxjava:0.0.1        
              __ __           __              __   __              
             / //_/  ____    / /_   ____ _   / /  / /_             
            / ,<    / __ \  / __ \ / __ `/  / /  / __/             
           / /| |  / /_/ / / /_/ // /_/ /  / /  / /_               
          /_/ |_|  \____/ /_.___/ \__,_/  /_/   \__/  0.905        
                                                                   
*****                                                              
***** ERROR Couldn't resolve com.graphql-java:graphql-rxjava:0.0.1 
*****                                                              

That artifact actually exists on JCenter but one of its optional dependencies is not found: "com.graphql-java:graphql-java:2015-11-04T21-08-13"

  1. Need to display a better error message
  2. Should resolve since it's optional

cbeust avatar Dec 22 '16 18:12 cbeust