-
Notifications
You must be signed in to change notification settings - Fork 63
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
Use shared dependencies license plugin #1843
Conversation
@@ -1,7 +1,7 @@ | |||
[versions] | |||
# Commons | |||
kotlin = "1.8.10" | |||
kotlinSP = "1.8.10-1.0.9" | |||
kotlin = "1.9.10" |
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.
why do we need this change?
Moreover, we cannot use Kotlin 1.8.20 and above because of the following issue https://youtrack.jetbrains.com/issue/KT-60748 - we either need to apply workaround provided, or rename tests.
582a2aa
to
c8cf41b
Compare
c8cf41b
to
9f1ee4a
Compare
9f1ee4a
to
e5b817b
Compare
e5b817b
to
19d16ab
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1843 +/- ##
===========================================
- Coverage 70.00% 69.93% -0.07%
===========================================
Files 726 726
Lines 26967 26988 +21
Branches 4516 4523 +7
===========================================
- Hits 18876 18873 -3
- Misses 6819 6837 +18
- Partials 1272 1278 +6 |
I have same doubt as Nikita, otherwise LTGM! |
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.
LGTM
|
What does this PR do?
Use the shared dependency license plugin replacing the one embedded in
buildSrc