-
Notifications
You must be signed in to change notification settings - Fork 6
Update build version as 2.0.3 and also update readme.md. #4
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
Conversation
|
I hate to comment at an inappropriate place, but where in this project can you comment?
|
|
Hi @vsachinv, thanks for your contribution! Repo ownership, maven coordinates and publishing procedure has changed since v2.0.x/3.3.x was last released. To release v2.0.3 these things also need to be addressed/backported to this branch. As Grails 3 is now EOL this has not been done. If you want you can backport the necessary changes in this pull request and we can release v2.0.3. |
|
Hi @chrisbitmead!
|
@matrei Sure. I will do the changes. |
@matrei I tried to backport gradle publishing tasks. It looks like io.github.gradle-nexus.publish-plugin is not compliant with gradle 3.5. Let me check if I could upgrade gradle version and get the same working. |
|
@matrei I have added changes to publish over github packages and get the same using https://jitpack.io/ proxy for dependency use so that whoever using 3.3.x can use the same without any issue as Nexus publish plugin has an issue with gradle 5.x lower versions. |
|
@vsachinv I did the release but regrettably it failed with: * What went wrong:
Execution failed for task ':publishMavenPublicationToGitHubPackagesRepository'.
> Failed to publish publication 'maven' to repository 'GitHubPackages'
> Failed to deploy artifacts: Could not transfer artifact org.grails.plugins:asynchronous-mail:jar:2.0.3 from/to remote (https://maven.pkg.github.com/gpc/grails-asynchronous-mail): Could not write to resource 'org/grails/plugins/asynchronous-mail/2.0.3/asynchronous-mail-2.0.3.jar' |
|
@matrei Did you try from your local? Looks like it got generated correctly as Github action worked. |
|
@matrei Checked github actions logs actually it was trying to publish twice at same location. Will correct build publish next time. For now package got published correctly so we can mark this task done. For 2.0.4 change I will correct the duplicate maven publish entry. |
Need to publish plugin with new build version as 2.0.2 doesn't contains 3.3.x branch latest changes.