Hello,
I followed the configuration instructions from http://wiki.jfrog.org/confluence/display/RTF/Gradle+Artifactory+Plugin. Everything works fine. All the needed external dependencies are downloaded correctly.
The problem is: I have to upload a 3rd party artifact (specifically the gwt-visualization-1.1.2.jar). So, in artifactory I created a new local repository, I uploaded the artifact using the following group+…+version configuration: com.google.gwt.google-apis:gwt-visualization:1.1.2. I add this new local repository to the gradle virtual repository created. I am able to access this jar file using the URL (http://…/artifactory/gradle/com/google/gwt/google-apis/gwt-visualization/1.1.2) but when, for example, run gradle eclipse it shows me the following error.
Am I doing something wrong? Thanks in advance, Marco
ERROR: Could not resolve all dependencies for configuration ‘:my-webapp:compile’. > Could not find group:com.google.gwt.google-apis, module:gwt-visualization, version:1.1.2.
Required by: …