Open
Description
Description
Android Gradle plugin builds tests before execution on Android Studio.
We use Java 8 to generate and run tests.
Android Gradle plugin requires Java 11.
To Reproduce
Steps to reproduce the behavior:
- Install Android Studio 2021.1.1
- Open the 'ASDemo' project in Android Studio, or any other project
- Set JDK8 as Gradle JDK
- Use plugin to generate tests for any class in library
- Open and run the generated test
Expected behavior
Test are supposed to be runnable correctly.
Actual behavior
Android plugin requires Java 11 to run tests.
Visual proofs (screenshots, logs, images)
Environment
Gradle JDK: 1.8
Additional context
There are possible workarounds:
Metadata
Metadata
Assignees
Type
Projects
Status
Todo