The jar wasn’t built by maven, but creating the minimal .pom manually worked! My build is picking up the latest binary jar and sources jar from my maven “repository” and I can now step through and set breakpoints on the libs in eclipse.
I assume that it should be possible to generate the pom in the future but that would require changes to automatically update the version number, which I’m not ready to tackle yet. I’d like to move from a major.minor version number to a full major.minor.patch version number and I don’t want to have to change the build.gradle every time I run a build.
Thanks for your help!