1

I have a local jar which I have included in my build.gradle. This jar refers to some dependent jars which are listed as part of jar's META-INF/maven/{package}/pom.xml

When I add this jar as part of my gradle compile dependencies it doesn't download the dependent jars listed in the pom.xml

How can I download the dependent jars for the local jar in my project?

madhead
  • 31,729
  • 16
  • 153
  • 201
doublevision
  • 101
  • 2
  • 10
  • Please add relevant sections of your build file: `repositories`, `dependencies` and any other where that jar plays a role. Without that information, hard to provide a specific answer. – Louis Jacomet Dec 05 '18 at 09:29

0 Answers0