Open CydeWeys opened 4 years ago
Hi Ben, thanks for opening the issue and pointing us toward .module
files - we weren't aware of their existence. I just spent a little time reading about it and digging into how we could enable it with our publishing plugin. I didn't find a solution requiring no more effort than you put into this issue. PR welcome.
Every other dependency we're importing on Maven Central is shipped with a
.module
file, but JUnit Pioneer uniquely amongst them is lacking this file entirely. See: https://repo1.maven.org/maven2/org/junit-pioneer/junit-pioneer/0.7.0/This is causing us problems because some of our gradle tooling is assuming the existence of this file.