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
Note: this is not a KMP specific issue but rather a craft maven implementation issue.
Two maven releases (not necessarily from the same repo) after the other cause problems since craft will shut down the release process as soon as it finds more than 1 active repository.
This is not ideal since supporting multi releases of the same target type (maven) should be supported, for example javascript does it without problems.
It might be possible to uniquely identify the release and continue if there are multiple releases that are unique
Description
We make 2 maven releases one afte the other and craft currently cannot handle that, we always need to clear the nexus staging repo
The text was updated successfully, but these errors were encountered: