jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

Add further configuration options to support Android test execution #210

Closed alex-iotiq closed 1 year ago

alex-iotiq commented 1 year ago
android {
    ...
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}

Solves NoClassDefFoundError error. See Stack Overflow