Closed mirromutth closed 9 months ago
@jchrys I'll force push to undo bot commits and remove the unexpected tag.
Describe the bug
Unexpected tag formatting
r2dbc-mysql-parent-${version}
Missing publish of
r2dbc-mysql-parent
Import
1.1.2-SNAPSHOT
, Gradle reports:Execution failed for task ':compileJava'. > Could not resolve all files for configuration ':compileClasspath'. > Could not resolve io.asyncer:r2dbc-mysql:1.1.2-SNAPSHOT. Required by: project : > Could not resolve io.asyncer:r2dbc-mysql:1.1.2-SNAPSHOT. > Could not parse POM https://s01.oss.sonatype.org/content/repositories/snapshots/io/asyncer/r2dbc-mysql/1.1.2-SNAPSHOT/r2dbc-mysql-1.1.2-20240222.165350-14.pom > Could not find io.asyncer:r2dbc-mysql-parent:1.1.2-SNAPSHOT.
To Reproduce
Steps to reproduce the behavior:
Run
RELEASE
action.Import repository
r2dbc-mysql:1.1.2-SNPAHOT
Expected behavior
Tag should be
r2dbc-mysql-${version}
orv${version}
. Usemaven-release-plugin
configuration fixes itAdd
r2dbc-mysql-parent
deploying in action workflowAdditional context
It should be caused by #239
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 r2dbc-mysql-extension-jackson
or something else.
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