Closed ber4444 closed 3 years ago
why you are not releasing any snapshots
Snapshots are here https://oss.sonatype.org/content/repositories/snapshots/com/uber/autodispose2/
since your website links to an unmaintained but existing snapshots repo
I assume you're referring to our site still referring to the 1.0 com.uber.autodispose
package name. Good find, we'll update this link to the new artifact.
when building from source, I get... note that I used ./gradlew jar to build due to lack of other instructions
To build from source you could simply look at what our CI runs. This is an issue tracker for tracking project issues though, not a support platform for how to use your build system or host artifacts. Please consider taking those questions to stackoverflow or even google search.
I'll be locking this one again as I think you're being a bit petulant about this all and that goes against our Code of Conduct regarding inappropriate behavior in a professional setting. Please accept the above answers and do not attempt to open new issues to pursue this further.
2 questions following the "discussion" at #445:
why you are not releasing any snapshots, since your website links to an unmaintained but existing snapshots repo
when building from source, I get:
and it is unclear how that would map to our dependencies:
note that I used
./gradlew jar
to build due to lack of other instructions