not sure if this is the right place to ask, so hel...
# gradle
n
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
#random is a good for any misc questions
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.
👍 1