-
Notifications
You must be signed in to change notification settings - Fork 21
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
[bug] Deploy broken #246
Comments
@jchrys I'll force push to undo bot commits and remove the unexpected tag. |
Thanks! (I guess we might need to remove parent dependency from r2dbc-mysql module xml. By doing that I think we could prevent the parent artifact from being deployed as a r2dbc-mysql's dependency) |
Yep, you are right. At least for now, we do not need a parent module unless we are going to implement |
Describe the bug
r2dbc-mysql-parent-${version}
r2dbc-mysql-parent
Import
1.1.2-SNAPSHOT
, Gradle reports:To Reproduce
Steps to reproduce the behavior:
RELEASE
action.r2dbc-mysql:1.1.2-SNPAHOT
Expected behavior
r2dbc-mysql-${version}
orv${version}
. Usemaven-release-plugin
configuration fixes itr2dbc-mysql-parent
deploying in action workflowAdditional context
It should be caused by #239
The text was updated successfully, but these errors were encountered: