not sure if this is the right place to ask, so help in identifying the right channel is also appreciated. i'm wondering if there's a way to delete old SNAPSHOT releases using gradle. these are artifacts that have already been published to nexus/maven central. i know this can be done using the nexus web app, but that's manual and has to be done for each file. so hoping to find a programatic solution.
not kotlin but kotlin colored 3
a
Adam S
06/21/2024, 7:55 AM
#random is a good for any misc questions
Adam S
06/21/2024, 7:57 AM
I don't think anyone else has done what you're asking, so you'd have to make it from scratch. If you can find an API endpoint, then you can write a Gradle task that can do it.