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

Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest #6613

Merged
merged 1 commit into from Nov 12, 2023

Conversation

BraisGabin
Copy link
Member

Fixes #6600

We weren't adding declaring the Main class in the detekt-generator-*-all.jar. This will fix that.

@detekt-ci detekt-ci added the build label Nov 9, 2023
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (780fd3a) 85.10% compared to head (0b14b42) 85.10%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6613   +/-   ##
=========================================
  Coverage     85.10%   85.10%           
  Complexity     4083     4083           
=========================================
  Files           570      570           
  Lines         13376    13376           
  Branches       2406     2406           
=========================================
  Hits          11384    11384           
  Misses          792      792           
  Partials       1200     1200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BraisGabin BraisGabin added the pick request Marker for PRs that should be ported to the 1.0 release branch label Nov 9, 2023
@BraisGabin BraisGabin added this to the 2.0.0 milestone Nov 9, 2023
@chao2zhang
Copy link
Member

Do we need a new patch release 1.23.4?

@BraisGabin
Copy link
Member Author

This is not critical so I don't think we need it for this. But with the Kotlin update we will need that point release. So I think that this fix should be added too

@BraisGabin BraisGabin merged commit fd2bee1 into main Nov 12, 2023
23 checks passed
@BraisGabin BraisGabin deleted the fix-6600 branch November 12, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build pick request Marker for PRs that should be ported to the 1.0 release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to execute detekt-generator-1.23.3-all.jar
3 participants