Hey,

I have a number of java projects I am deploying to artifactory 2.3 with
gradle. These projects have some compile dependencies, and I do see these
dependencies listed in the ivy and pom xml files in artifactory.

These JARs are to be used in a separate WAR project. I set a jar as a
dependency of the war and it gets pulled in to libs, but the war task does
not pull in the jar's dependencies.

I noticed in the .gradle/cache directory there is a file for the jar
dependency, ivy-0.1.xml, and it doesn't list the dependencies. In contrast,
I look in the .gradle directory at commons-httpclient and it has an
ivy-3.1.xml that does list its dependencies. It also has an extra file,
ivy-3.1.xml.original.

I wonder if this is an artifactory issue or a gradle issue.

Any help would be appreciated!
Thanks,
-Kal

Reply via email to