j
1.8
t
Are you using Robolectric ? Since Java 9 is required to run tests for API 29+, I thought of using another one
j
it's just that version is the most comparable one for most work places.
🎉 1
i think... from my experiences
a
@tseisel I use Robolectric in unit tests by specifying a different JDK 11 for unit tests. I've only done this within Android Studio so far but I think you can use ``-Dorg.gradle.java.home=/path_to_jdk_directory` ` to run gradle with the specified JDK from command line.