axion-release-plugin
axion-release-plugin copied to clipboard
Snapshot Dependencies Check fails for multi module project
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..
Thanks for a great project. I am running into the same issue. Please advise of a workaround and plans for a fix. Thanks.
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.