Ignoring 409 errors with Gradle when publishing
Asked Answered
M

0

6

I configured Gradle for publishing a plugin to GitHub packages. When running the corresponding task, I get a (legitimate) 409, as I try to push the same artifact twice. Apparently, there is no way to configure GitHub packages to accept overwrites, so I was wondering whether I could tell Gradle to ignore 409 errors and go on with the next file.

I took a look at the API, but could not find anything of use.

Midgett answered 5/10, 2021 at 10:52 Comment(3)
were you able to figure out a way to fix this?Halfwit
Nope, i found no good solution yetMidgett
thanks for letting me know. I too wasn't able to figure out a good solution for this. If/when I found something I will let you know.Halfwit

© 2022 - 2024 — McMap. All rights reserved.