Skip to content

Commit

Permalink
Updating the jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Jan 22, 2025
1 parent f16fef6 commit 95c0f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 95c0f12

Please sign in to comment.