From 95c0f121c0cef6780b442d38c18022cad3dd5148 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Wed, 22 Jan 2025 16:33:20 +0530 Subject: [PATCH] Updating the jacoco version --- .github/actions/setup/action.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 1a7bcd0a..f4dca1cb 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,7 +5,7 @@ inputs: java: description: The Java version to use required: false - default: 11.0.21-tem + default: 8.0.432-tem gradle: description: The Gradle version to use required: false diff --git a/build.gradle b/build.gradle index d432f1c9..c8f9220f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jacoco:org.jacoco.core:0.8.5" + classpath "org.jacoco:org.jacoco.core:0.8.8" } }