We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16fef6 commit 95c0f12Copy full SHA for 95c0f12
.github/actions/setup/action.yml
@@ -5,7 +5,7 @@ inputs:
5
java:
6
description: The Java version to use
7
required: false
8
- default: 11.0.21-tem
+ default: 8.0.432-tem
9
gradle:
10
description: The Gradle version to use
11
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
dependencies {
16
classpath 'com.android.tools.build:gradle:4.2.2'
17
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
18
- classpath "org.jacoco:org.jacoco.core:0.8.5"
+ classpath "org.jacoco:org.jacoco.core:0.8.8"
19
}
20
21
0 commit comments