ihmcrobotics / ihmc-build

Composite build and IDE classpath seperation support for JVM Gradle projects.
Apache License 2.0
5 stars 4 forks source link

Dependency Extension only supports GAV dependencies #76

Open dljsjr opened 4 years ago

dljsjr commented 4 years ago

Steps to reproduce issue

Add a dependency to an item that is not a Group/Artifact/Version dependency, for example a locally versioned jar via api files(…) or the like.

Expected behavior

The dependency should resolve and be included

Actual behavior

The dependency is not resolved or included (run gradle dependencies and it won't show in the tree).

Hard to really know what's going on here because I'm not super familiar with the build plugin but it seems that only GAV-style dependencies are currently accepted/resolved properly when using IHMC Build.

calvertdw commented 4 years ago

Add a vanilla dependencies block and put it in there. Try that.