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

Snapshot Dependencies Check fails for multi module project #368

Open
radusuma opened this issue Feb 11, 2021 · 2 comments
Open

Snapshot Dependencies Check fails for multi module project #368

radusuma opened this issue Feb 11, 2021 · 2 comments

Comments

@radusuma
Copy link

For example you have 2 modules: api and endpoint.
enpoint uses api module like this implementation(project(":api"))
Then the snapshot check fails:

The project uses snapshot versions - can't release. Snapshots found

  • But I am not using any snapshot dependencies, it is still failing. Can anyone help me to resolve it.

@adamdubiel, some other members also reported this issue. Could you please look into it and help us out.

Thank you..

@farrukhnajmi
Copy link

Thanks for a great project.
I am running into the same issue. Please advise of a workaround and plans for a fix. Thanks.

@sforberger
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants