fix: maven publish workflow failure#154
Conversation
maven publish artifacts failing due to sign task dependency issue, so added signTasks as dependent of publish tasks Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
WalkthroughAdds an Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@kotlin/PixelPass/build.gradle.kts`:
- Around line 197-204: The publishTasks list contains a typo: it uses
"publishJarPublicationToPixelpassRepository" which doesn't match the other
"jarRelease" entries, so update the entry in the publishTasks list to
"publishJarReleasePublicationToPixelpassRepository" to ensure the Pixelpass jar
publish task is recognized and the signing dependency is applied; locate the
publishTasks declaration and replace that single string accordingly.
maven publish artifacts failing due to sign task dependency issue, so added signTasks as dependent of publish tasks
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.