minotaur
minotaur copied to clipboard
Do not reject new files being uploaded to an existing version
I have a multi module Gradle project, where each module has to upload a jar file to the same version on Modrinth. (Modrinth itself supports that, and it is already possible by using the web interface.)
But with Minotaur, Modrinth rejects the new files with the reason that "a version like that already exisits" (because the version was already created during the upload process of an earlier module).
This should be changed, as the rejected file indeed has the same version as the previous one, but is a completely different file from a different module with different contents and a different name.
I don't know where this issue has to be solved, I can imagine two ways:
- the Modrinth backend handling the "version create request" differently
- Minotaur having an option which makes it check if a version like that already exists before attempting to create it