openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

[build] upgrade to gradle 8.2.2 #245

Closed wgtdkp closed 5 months ago

wgtdkp commented 5 months ago

The gradle version is too old that it doesn't build with java 17. This commit upgrades gradle to 8.2.2 as suggested by Android studio.

The changes in this commit are mostly auto-generated when apply the suggested version by Android studio

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.32%. Comparing base (5eea3b0) to head (3a65f7f).

:exclamation: Current head 3a65f7f differs from pull request most recent head 3259bdc. Consider uploading reports for the commit 3259bdc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #245 +/- ## ========================================== - Coverage 73.33% 73.32% -0.01% ========================================== Files 71 71 Lines 7422 7420 -2 ========================================== - Hits 5443 5441 -2 Misses 1979 1979 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/openthread/ot-commissioner/pull/245/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openthread)