-
Notifications
You must be signed in to change notification settings - Fork 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
Make publish...
tasks depend on sign...
tasks
#503
Conversation
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/PublishingConfiguration.kt
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
buildSrc/src/main/kotlin/com/saveourtool/save/buildutils/PublishingConfiguration.kt
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #503 +/- ##
=========================================
Coverage 47.27% 47.27%
Complexity 159 159
=========================================
Files 53 53
Lines 1872 1872
Branches 318 318
=========================================
Hits 885 885
Misses 855 855
Partials 132 132
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)245 tests ±0 219 ✔️ - 1 16m 41s ⏱️ + 4m 24s For more details on these failures, see this check. Results for commit e856f59. ± Comparison against base commit f284ba6. ♻️ This comment has been updated with latest results. |
…ugfix/gradle-publishing
Successful run: https://github.com/saveourtool/save-cli/actions/runs/4241944409
All
publish...
tasks share Javadoc artifact (until we set up proper Javadoc generation), so this PR makes all of them dependent.Closes #502