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
Spinning out of #739 (comment).
When all of the following are true:
tlUntaggedAreSnapshots == true
sonatypeCredentialHost == "central.sonatype.com"
tlCiReleaseBranches.size > 0
The build is "invalid" because it is not possible to publish -SNAPSHOTs to the Sonatype Central Host and thus the CI publish job will fail.
-SNAPSHOT
https://central.sonatype.org/faq/snapshot-releases/
We should catch this early and log a warning or error the build for a better UX. It just wasn't clear to me where exactly to check for this 🤔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spinning out of #739 (comment).
When all of the following are true:
tlUntaggedAreSnapshots == true
sonatypeCredentialHost == "central.sonatype.com"
tlCiReleaseBranches.size > 0
The build is "invalid" because it is not possible to publish
-SNAPSHOT
s to the Sonatype Central Host and thus the CI publish job will fail.https://central.sonatype.org/faq/snapshot-releases/
We should catch this early and log a warning or error the build for a better UX. It just wasn't clear to me where exactly to check for this 🤔
The text was updated successfully, but these errors were encountered: