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

Bump AGP to 8.1.0 #236

Closed hfhbd closed 10 months ago

hfhbd commented 10 months ago

JVM 20 isn't supported with the precompiled included build used by the tests, because Gradle 8.2.1 uses Kotlin 1.8.22. I could switch from Kotlin to Groovy, or we just use JVM 17 until Gradle 8.3 is out.

hfhbd commented 10 months ago

BTW Gradle 8.3 is out, so we can use JVM 20 too, after updating.