Skip to content
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

Publish bundled/Shadow JAR artifact to Maven repos #3986

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

3flex
Copy link
Member

@3flex 3flex commented Jul 28, 2021

This will publish the -all variant when publishing to Maven repos. It won't be added to Gradle module metadata, to avoid a repeat of #3743.

Tested locally with gradlew publishToMavenLocal

Fixes #3969

@codecov
Copy link

codecov bot commented Jul 28, 2021

Codecov Report

Merging #3986 (a57aa0a) into main (70c2c25) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #3986   +/-   ##
=========================================
  Coverage     83.49%   83.49%           
  Complexity     3160     3160           
=========================================
  Files           458      458           
  Lines          9047     9047           
  Branches       1759     1759           
=========================================
  Hits           7554     7554           
- Misses          567      568    +1     
+ Partials        926      925    -1     
Impacted Files Coverage Δ
...osch/detekt/rules/empty/EmptyDefaultConstructor.kt 80.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70c2c25...a57aa0a. Read the comment docs.

@BraisGabin BraisGabin added this to the 1.18.0 milestone Jul 28, 2021
@cortinico cortinico added the housekeeping Marker for housekeeping tasks and refactorings label Jul 29, 2021
@cortinico cortinico merged commit 8d93485 into detekt:main Jul 29, 2021
@3flex 3flex deleted the 3969-fix branch July 29, 2021 12:15
@cortinico cortinico removed the housekeeping Marker for housekeeping tasks and refactorings label Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish the cli-all artifact to maven central
3 participants