Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not reject new files being uploaded to an existing version #2

Open
jakobkmar opened this issue Mar 24, 2021 · 0 comments
Open

Do not reject new files being uploaded to an existing version #2

jakobkmar opened this issue Mar 24, 2021 · 0 comments

Comments

@jakobkmar
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant