We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So, Maven Central won't allow artifact updates for the same version. For example:
0.2.X
k8s130:1.30.3
k8s130:1.31.0
So here, we should only publish bl-rt, and keep all other artifacts the same, since they already have been published.
bl-rt
Or
k8s130:1.30.4
Here, we should just publish k8s130:1.30.4.
So therefore, the build process needs to be smart enough to know which artifacts will get updated when a new release gets published.
Alternatively, we could:
bl-codegen
Open to any other options.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, Maven Central won't allow artifact updates for the same version. For example:
0.2.X
.k8s130:1.30.3
k8s130:1.31.0
So here, we should only publish
bl-rt
, and keep all other artifacts the same, since they already have been published.Or
0.2.X
.k8s130:1.30.4
k8s130:1.31.0
Here, we should just publish
k8s130:1.30.4
.So therefore, the build process needs to be smart enough to know which artifacts will get updated when a new release gets published.
Alternatively, we could:
bl-codegen
,bl-rt
and friends follow the same release version.Open to any other options.
The text was updated successfully, but these errors were encountered: