getgauge / gauge-java

Java runner for Gauge
https://gauge.org
Apache License 2.0
91 stars 47 forks source link

release gauge-java after updating jdk/go versions #666

Closed sriv closed 2 years ago

gaugebot[bot] commented 2 years ago

@sriv Thank you for contributing to gauge-java. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.

BrudiBanani commented 2 years ago

Hi @sriv,

don't know if this is the right place to adress my question. Are you aware that the deployment process of version 0.7.16 failed?

sriv commented 2 years ago

yes @BrudiBanani - maven deploy failed and I need to investigate why. I am not sure about this error - https://github.com/getgauge/gauge-java/runs/5230636180?check_suite_focus=true#step:9:105

BrudiBanani commented 2 years ago

@sriv other people seem to run into this error aswell with version 1.6.10 of nexus-staging-plugin e.g. https://github.com/Azure/azure-sdk-for-java/issues/27135 and since it was upgraded to this version in between my PR and yours i would try to use latest 1.6.11 version or go back to 1.6.8 in worst case.

sriv commented 2 years ago

Thanks @BrudiBanani . I too saw an issue against this plugin - https://issues.sonatype.org/browse/NEXUS-31214?focusedCommentId=1140935&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1140935

The maintainer suggests downgrading to 1.6.8.

I'll get this changed once I break away from the day job

sriv commented 2 years ago

This is done now @BrudiBanani - you should now be able to use gauge-java 0.8.0 with the latest changes!