uber / motif

A simple DI API for Android / Java
Apache License 2.0
533 stars 43 forks source link

Set JVM version to 1.8 #254

Closed jbarr21 closed 1 year ago

jbarr21 commented 1 year ago

Set version 1.8 since thats what the main apps use and we want to be compat when using Gradle module metadata

Tested with this command return all version 8:

gw tasks --all | ag "outgoingVariants" | ag -v "samples:|intellij" | choose 0 | xargs ./gradlew | ag "org.gradle.jvm.version.*\d+"