-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
Gradle 7.2 #4056
Conversation
Codecov Report
@@ 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.
|
[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" } |
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.
Is z
a typo or just to prevent naming clash?
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.
"versions" isn't permitted as a suffix unfortunately (nor "version").
Happy for other suggestions? It can't end with "plugin" either.
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.
:til:
Also takes advantage of enhancements to version catalogs available in the new version.