The Jtest Plugin for Gradle requires the following to be installed on your machine:
- Gradle 3.3 - 7.4
- Java 1.8 or higher
Note: To run static analysis on Android projects, the following need to be installed:
- Gradle 7.4
- Java 11
The following must be included on the Android project classpath: com.android.tools.build:gradle:7.3.0 (or later).
For example:
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
}
}