Hi, this is a bit of a long shot, but does anyone here happen to know how to get GitHub's dependency graph to recognise artifacts
produced by a repository (or if that's even possible)?
From what I understand, this works fine with a Maven (as GitHub scans POMs) but I'm not sure if it can be made to work with Gradle. I know some projects (e.g. LWJGL) added a
dummy `pom.xml`
at top-level to get this to work but, ideally, I'd like to avoid this because it causes other tools (IDEs, ...) to assume that it's a Maven project.