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 am running into the same issue.
My workaround is to run gradle api:release to create the release only for the api part. This call creates the git release tag for the whole multibuild project. After you created the release, gradle release works for the whole project.
But I am not satisfied, with this workaround, because it ignores all SNAPSHOT- Errors in other subprojects.
For example you have 2 modules: api and endpoint.
enpoint uses api module like this implementation(project(":api"))
Then the snapshot check fails:
@adamdubiel, some other members also reported this issue. Could you please look into it and help us out.
Thank you..
The text was updated successfully, but these errors were encountered: