You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: