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 option to override Gradle version for Android emulated tests #211

Closed alex-iotiq closed 1 year ago

alex-iotiq commented 1 year ago

Adding a new flag like --androidGradleVersion to override the project Gradle version.

Current version 3.4.0 creates creates Missing 'package' key attribute on element package at AndroidManifest.xml:11:5-64 error when using installDebug Gradle task. A solution is to update Gradle version in root build.gradle. See Stack Overflow and Stack Overflow 2.

Instead of modifying the root build.gradle it's possible to change Gradle version with module build.gradle: