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

Use shared dependencies license plugin #1843

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

xgouchet
Copy link
Member

What does this PR do?

Use the shared dependency license plugin replacing the one embedded in buildSrc 

@xgouchet xgouchet requested review from a team as code owners January 26, 2024 07:39
@@ -1,7 +1,7 @@
[versions]
# Commons
kotlin = "1.8.10"
kotlinSP = "1.8.10-1.0.9"
kotlin = "1.9.10"
Copy link
Member

@0xnm 0xnm Jan 26, 2024

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.

@xgouchet xgouchet force-pushed the xgouchet/dependencies_license_plugin branch from 582a2aa to c8cf41b Compare March 20, 2024 09:19
@xgouchet xgouchet force-pushed the xgouchet/dependencies_license_plugin branch from c8cf41b to 9f1ee4a Compare April 10, 2024 12:22
@xgouchet xgouchet force-pushed the xgouchet/dependencies_license_plugin branch from 9f1ee4a to e5b817b Compare July 25, 2024 11:40
@xgouchet xgouchet force-pushed the xgouchet/dependencies_license_plugin branch from e5b817b to 19d16ab Compare July 25, 2024 15:33
@xgouchet xgouchet requested a review from 0xnm July 25, 2024 15:34
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.93%. Comparing base (1d52055) to head (19d16ab).

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     

see 37 files with indirect coverage changes

@ambushwork
Copy link
Member

I have same doubt as Nikita, otherwise LTGM!

Copy link
Member

@mariusc83 mariusc83 left a comment

Choose a reason for hiding this comment

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

LGTM

@xgouchet
Copy link
Member Author

@ambushwork

I have same doubt as Nikita, otherwise LTGM!
All our tests have been renamed since, so we're good to go :)

@xgouchet xgouchet merged commit 4a3bc9f into develop Jul 26, 2024
19 checks passed
@xgouchet xgouchet deleted the xgouchet/dependencies_license_plugin branch July 26, 2024 08:44
@xgouchet xgouchet added this to the 2.12.x milestone Jul 31, 2024
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.

5 participants