cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
614 stars 28 forks source link

Update dependency com.android.tools.build:gradle to v8 - autoclosed #231

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.android.tools.build:gradle (source) 7.4.2 -> 8.1.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

hfhbd commented 10 months ago

AGP 8+ requires JVM 17. We could do the simple way and just use JVM 17 for all tests, or split the tests into JVM 11 and JVM 17. The latter way is harder due to the allFixturesCovered test, but not impossible with the Gradle API (JvmTestSuite and test report aggregation :)

What do you prefer?

JakeWharton commented 10 months ago

Everything on 17 works. Or 20.