-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue Publishing Plugin #118
Comments
@puneetbehl I think the root cause of the problem is that we're not supposed to publish snapshot versions to the Sonatype artifact repository that is currently configured. This would explain why task In fact, I can see that something similar must have happened before |
Yes, but the build I am referring to is not publishing a SNAPSHOT version. |
The build log references commit @puneetbehl What's the specific version you are expecting to publish, anyway? FWIW branch |
Whenever we publish a release it automatically update the You should be able to find more clarification in the Release Workflow Pre Release Step. I think the problem is not related to the publishing SNAPSHOT. |
@guillermocalvo It seems that the nexusUrl is not set in the pulled in gradle script: https://raw.githubusercontent.com/grails/grails-common-build/v2.0.0/common-publishing.gradle:
According to https://github.com/gradle-nexus/publish-plugin: Important. Users registered in Sonatype after 24 February 2021 need to customize the following URLs:
Could this be the problem? |
Yes, I believe that is the problem. |
@matrei I was assuming Grails was registered before 2021, because there are lots of Grails artifacts in the original instance But there are Grails artifacts in the post-2021 instance @puneetbehl Which one is the correct one? |
It is the later one. Please refer to any other Grails project such as Grails Database Migration Plugin, Grails Spring Security, Grails Async, Grails Core, Grails Data Mapping, etc. which are correctly configured and publishing to Sonatype. |
@puneetbehl Ok so |
See Build Log https://github.com/grails/gorm-graphql/actions/runs/7031268849
The text was updated successfully, but these errors were encountered: