Skip to content

Commit 26aa095

Browse files
mcararervandermeulen
authored andcommitted
Update Jacoco tool version reference in build.gradle.
- Use `libs.versions.jacoco.get()` to correctly retrieve the version string from the version catalog.
1 parent 9639c34 commit 26aa095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ subprojects {
8888
afterEvaluate {
8989
if (it.hasProperty('android')) {
9090
jacoco {
91-
toolVersion = libs.versions.jacoco
91+
toolVersion = libs.versions.jacoco.get()
9292
}
9393

9494
android {

0 commit comments

Comments
 (0)