Hi, I'm having an hard time trying to figure out how to resolve a dependency over a remote artifact in Artifactory, from a Gradle build.
So in my build.gradle I got : On Artifactory, the repository 'libs-snapshot' use the maven unique snapshot behavior and is binding to the maven-2-default layout which has the following configuration : So from my understanding of this layout, when gradle try to resolve the dependency it should look at : but instead it is looking at : So obviously it does not resolve the dependency. I also tried to use the gradle compile line generated by Artifactory but it didn't do the trick either : So it raises a few questions : 1) Am I missing something? 2) Why does Artifactory generate a gradle compile line that do not seems to match the layout used by the artifact container repository? 3) Why can't I edit repositories layouts with an admin account? Is it only available for the Pro version? Thanks in advance! -- View this message in context: http://forums.jfrog.org/Resolving-Artifactory-dependencies-with-Gradle-pattern-issues-tp7578891.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
