Skip to content
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

ci: fix automated maven repository publishing #1807

Merged
merged 1 commit into from Nov 24, 2022
Merged

Conversation

SrinivasanTarget
Copy link
Member

Change list

Please provide briefly described change list which are you going to propose.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

@SrinivasanTarget SrinivasanTarget merged commit bb12c03 into master Nov 24, 2022
@SrinivasanTarget SrinivasanTarget deleted the fixPublishing branch November 24, 2022 12:01
@@ -177,6 +177,9 @@ publishing {
}

signing {
def signingKey = System.getenv("PGP_SECRET")
def signingPassword = System.getenv("PGP_PASSPHRASE")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we throw here if variables are not defined?

@nir-tal-talkspace
Copy link

will this fix publish 8.2.1? or should we wait for the next release? @SrinivasanTarget

@SrinivasanTarget
Copy link
Member Author

will this fix publish 8.2.1? or should we wait for the next release? @SrinivasanTarget

@nir-tal-talkspace nope this should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants