Revert "build(gradle): Do not publish application modules"#11474
Open
sschuberth wants to merge 1 commit intomainfrom
Open
Revert "build(gradle): Do not publish application modules"#11474sschuberth wants to merge 1 commit intomainfrom
sschuberth wants to merge 1 commit intomainfrom
Conversation
This reverts commit 383b496 and suppresses the original error [1] because the ort-package-manager-plugin template [2] depends on the CLI artifact to create a run configuration for testing the plugin. [1]: https://docs.gradle.org/9.3.1/userguide/publishing_setup.html#sec:suppressing_validation_errors [2]: https://github.com/oss-review-toolkit/ort-package-manager-plugin/blob/3588204c3f648399049cfe93da4bac9b62e6ca6d/build.gradle.kts#L62-L63 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
ca7bdfb to
10c2aef
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11474 +/- ##
=========================================
Coverage 57.84% 57.84%
Complexity 1723 1723
=========================================
Files 349 349
Lines 12924 12924
Branches 1237 1237
=========================================
Hits 7476 7476
Misses 4999 4999
Partials 449 449
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fviernau
approved these changes
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 383b496 and suppresses the original error because the ort-package-manager-plugin template 1 depends on the CLI artifact to create a run configuration for testing the plugin.