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

Gradle 7.2 #4056

Merged
merged 3 commits into from
Aug 20, 2021
Merged

Gradle 7.2 #4056

merged 3 commits into from
Aug 20, 2021

Conversation

3flex
Copy link
Member

@3flex 3flex commented Aug 19, 2021

Also takes advantage of enhancements to version catalogs available in the new version.

@3flex 3flex added the housekeeping Marker for housekeeping tasks and refactorings label Aug 19, 2021
@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #4056 (625061e) into main (0124f02) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #4056   +/-   ##
=========================================
  Coverage     83.58%   83.58%           
  Complexity     3186     3186           
=========================================
  Files           459      459           
  Lines          9099     9099           
  Branches       1772     1772           
=========================================
  Hits           7605     7605           
  Misses          561      561           
  Partials        933      933           

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 0124f02...625061e. Read the comment docs.

[plugins]
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.4.0" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
gradleVersionz = { id = "com.github.ben-manes.versions", version = "0.28.0" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is z a typo or just to prevent naming clash?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"versions" isn't permitted as a suffix unfortunately (nor "version").

Happy for other suggestions? It can't end with "plugin" either.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:til:

@chao2zhang chao2zhang merged commit 026066f into detekt:main Aug 20, 2021
@3flex 3flex deleted the gradle-7.2 branch August 21, 2021 03:06
@cortinico cortinico added this to the 1.19.0 milestone Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants