Bug 1959541 - Update JaCoCo to version 0.8.13. r=android-reviewers,adhingra

Differential Revision: https://phabricator.services.mozilla.com/D245001
This commit is contained in:
Ryan VanderMeulen
2025-04-10 19:38:32 +00:00
parent 83a5c5d055
commit a54752d2f8
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ lint = "31.9.1"
python-envs-plugin = "0.0.31" python-envs-plugin = "0.0.31"
maven-ant-tasks = "2.1.3" maven-ant-tasks = "2.1.3"
jacoco = "0.8.12"
okhttp = "4.12.0" okhttp = "4.12.0"
okio = "3.10.1" okio = "3.10.1"
androidsvg = "1.4" androidsvg = "1.4"
@@ -66,6 +65,7 @@ play-services-fido = "21.2.0"
protobuf = "4.30.2" # Keep Protobuf in sync with the version used by AppServices. protobuf = "4.30.2" # Keep Protobuf in sync with the version used by AppServices.
# Gradle plugins # Gradle plugins
jacoco = "0.8.13"
kotlin-dsl = "5.2.0" kotlin-dsl = "5.2.0"
protobuf-plugin = "0.9.5" protobuf-plugin = "0.9.5"
scip-java = "0.10.4" scip-java = "0.10.4"

View File

@@ -24,7 +24,7 @@ pushd mobile/android/focus-android
./gradlew lint ./gradlew lint
popd popd
pushd mobile/android/android-components pushd mobile/android/android-components
./gradlew -Pcoverage detekt lint service-nimbus:assembleAndroidTest samples-browser:testGeckoDebugUnitTest tooling-lint:test ./gradlew -Pcoverage detekt lint service-nimbus:testReleaseUnitTest samples-browser:testGeckoDebugUnitTest tooling-lint:test
popd popd
. taskcluster/scripts/misc/android-gradle-dependencies/after.sh . taskcluster/scripts/misc/android-gradle-dependencies/after.sh